Skip to content

Commit

Permalink
Fix very last flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Sep 29, 2023
1 parent aa0fc02 commit 56c906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omnipy/api/protocols/public/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging
from logging.handlers import TimedRotatingFileHandler
from typing import Any, Optional, Protocol
from typing import Optional, Protocol

from omnipy.api.enums import EngineChoice
from omnipy.api.protocols.private.compute.job_creator import IsJobConfigHolder
Expand Down

0 comments on commit 56c906f

Please sign in to comment.