Skip to content

Commit

Permalink
pyright fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 20, 2024
1 parent 8d37af7 commit c2df68a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions backoffice/mailroom/_send_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
SMTP_SERVER,
STATUS_UPDATE_SUBJECT,
)
from backoffice.remote_resource import (
PublishedVersion,
RemoteResourceVersion,
StagedVersion,
)
from backoffice.remote_resource import PublishedVersion, StagedVersion

_ = load_dotenv()

Expand Down
1 change: 0 additions & 1 deletion backoffice/remote_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from bioimageio.spec.utils import identify_bioimageio_yaml_file_name
from loguru import logger
from pyparsing import srange
from ruyaml import YAML
from typing_extensions import assert_never

Expand Down

0 comments on commit c2df68a

Please sign in to comment.