Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
leej3 committed Jun 25, 2024
1 parent 20aadec commit a85ecf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm/converters/pdf_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from docker.errors import DockerException
from pydantic import FilePath

from osm_cli.converters.converter import Converter
from osm_cli.utils.config import config
from osm.converters.converter import Converter
from osm.utils.config import config


class PDFConverter(Converter):
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dynamic = ["version"]
dependencies = [
"click>=8.1.7",
"rich>=13.7.1",
"docker",
"pydantic",
]

[project.optional-dependencies]
Expand Down

0 comments on commit a85ecf9

Please sign in to comment.