Skip to content

Commit

Permalink
Move parsers to api
Browse files Browse the repository at this point in the history
  • Loading branch information
paul019 committed Mar 14, 2024
1 parent 2065616 commit 8e99d5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/api/res.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from api.printable_result import PrintableResult
from application.cache import _res_cache
from application.rounder import _Rounder
import application.parsers as parsers
import api.parsers as parsers
from domain.result import _Result


Expand Down

0 comments on commit 8e99d5a

Please sign in to comment.