Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Jul 23, 2024
1 parent 3261111 commit 80cc557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/update_entry_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
import tempfile

import pdfCropMargins
import pydantic
import ruamel.yaml

import rendercv.data as data
import rendercv.renderer as renderer
import pydantic

repository_root = pathlib.Path(__file__).parent.parent
rendercv_path = repository_root / "rendercv"
Expand Down
1 change: 1 addition & 0 deletions rendercv/data/models/locale_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import annotated_types as at
import pydantic


class LocaleCatalog(pydantic.BaseModel):
"""This class is the data model of the locale catalog. The values of each field
updates the `locale_catalog` dictionary.
Expand Down

0 comments on commit 80cc557

Please sign in to comment.