Skip to content

Commit 3b8272d

Browse files
committed
linter fixes
1 parent a093a9c commit 3b8272d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyrogue/_Device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import collections
1616
import functools as ft
1717
import threading
18-
from _collections_abc import Iterable, Callable
18+
from _collections_abc import Iterable
1919

2020
from typing import Any, Dict, List, Optional, Union, Type
2121

python/pyrogue/_HelperFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import time
2020
import zipfile
2121
from collections import OrderedDict as odict
22-
from typing import List, Optional, Type, Union, Any, Callable, Iterable
22+
from typing import List, Optional, Type, Union, Any, Callable
2323

2424
import yaml
2525

0 commit comments

Comments
 (0)