We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b94b43 commit 01625b2Copy full SHA for 01625b2
src/numina/instrument/assembly.py
@@ -7,7 +7,6 @@
7
# License-Filename: LICENSE.txt
8
#
9
10
-import collections
11
import itertools
12
import json
13
import pathlib
@@ -56,6 +55,7 @@ def get_default_class(etype):
56
55
_default_class['setup'] = numina.instrument.generic.InstrumentGeneric
57
_default_class['properties'] = numina.instrument.generic.InstrumentGeneric
58
+
59
@attrs.define
60
class ComponentCollection:
61
dirname = attrs.field()
0 commit comments