Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed May 18, 2023
1 parent 26e86f2 commit 3612863
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/blueapi/worker/worker.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
from typing import Generic, List, Optional, TypeVar
from typing import Generic, List, TypeVar

from blueapi.core import DataEvent, EventStream

Expand Down
1 change: 0 additions & 1 deletion tests/worker/test_reworker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import itertools
import time
from concurrent.futures import Future
from typing import Callable, Iterable, List, Optional, TypeVar

Expand Down

0 comments on commit 3612863

Please sign in to comment.