Skip to content

Commit

Permalink
Merge pull request #413 from mraniki/dev
Browse files Browse the repository at this point in the history
♻️ refactor client structure
  • Loading branch information
mraniki authored Nov 1, 2024
2 parents a0f1824 + 7c3a701 commit 24240d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion findmyorder/handler/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
pyparsing_common,
)

from .handler import ParserClient
from ._client import ParserClient


class BasicHandler(ParserClient):
Expand Down
2 changes: 1 addition & 1 deletion findmyorder/handler/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pyparsing_common,
)

from .handler import ParserClient
from ._client import ParserClient


class StandardHandler(ParserClient):
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pyparsing = "^3.0.9"
[tool.poetry.group.dev.dependencies]
python-semantic-release = ">=8.0.8"
ruff = "^0.7.0"
black = "^24.0.0"
pre-commit = "^3.3.1"

[tool.ruff]
Expand Down

0 comments on commit 24240d4

Please sign in to comment.