Skip to content

Commit

Permalink
Towards #13: tests & refactoring predictoor/
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmc committed Aug 28, 2023
1 parent c58d779 commit 0737408
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
import pytest

from pdr_backend.models.predictoor_contract import PredictoorContract
from pdr_backend.predictoor.approach1.main import ( # pylint: disable=unused-import
from pdr_backend.predictoor.approach1.main import (
process_block,
log_loop,
process_topic,
)
from pdr_backend.predictoor.approach1 import main
Expand Down

0 comments on commit 0737408

Please sign in to comment.