Skip to content

Commit 01625b2

Browse files
committed
Fix codestyle errors
1 parent 2b94b43 commit 01625b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numina/instrument/assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# License-Filename: LICENSE.txt
88
#
99

10-
import collections
1110
import itertools
1211
import json
1312
import pathlib
@@ -56,6 +55,7 @@ def get_default_class(etype):
5655
_default_class['setup'] = numina.instrument.generic.InstrumentGeneric
5756
_default_class['properties'] = numina.instrument.generic.InstrumentGeneric
5857

58+
5959
@attrs.define
6060
class ComponentCollection:
6161
dirname = attrs.field()

0 commit comments

Comments
 (0)