Skip to content

Commit

Permalink
lint: so dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Nov 13, 2023
1 parent 4714c82 commit 93b39e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion silverback/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import atexit
from datetime import timedelta
from typing import Callable, Dict, Optional, Union
from typing_extensions import ParamSpec, TypeVar

from ape.api.networks import LOCAL_NETWORK_NAME
from ape.contracts import ContractEvent, ContractInstance
Expand All @@ -11,6 +10,7 @@
from ape.types import AddressType
from ape.utils import ManagerAccessMixin
from taskiq import AsyncTaskiqDecoratedTask, TaskiqEvents
from typing_extensions import ParamSpec, TypeVar

from .exceptions import DuplicateHandlerError, InvalidContainerTypeError
from .settings import Settings
Expand Down
2 changes: 0 additions & 2 deletions silverback/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from ape.api import AccountAPI, ProviderContextManager
from ape.utils import ManagerAccessMixin
from pydantic_settings import BaseSettings, SettingsConfigDict

# from ape._pydantic_compat import BaseSettings
from taskiq import AsyncBroker, InMemoryBroker, PrometheusMiddleware, TaskiqMiddleware

from ._importer import import_from_string
Expand Down

0 comments on commit 93b39e7

Please sign in to comment.