Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Oct 25, 2024
1 parent b081e8d commit c272695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy_prefect/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# pylint: disable=import-error
from prefect import flow, task, get_run_logger # type: ignore

from prefect.runner.storage import GitRepository
from prefect.runner.storage import GitRepository # type: ignore

from src.models.block_range import BlockRange
from src.fetch.orderbook import OrderbookFetcher
Expand Down

0 comments on commit c272695

Please sign in to comment.