We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c862da9 commit 86bb6efCopy full SHA for 86bb6ef
src/comby/binary.py
@@ -20,7 +20,7 @@
20
logger.setLevel(logging.DEBUG)
21
22
23
-@attr.s(frozen=True)
+@attr.s(frozen=True, slots=True)
24
class CombyBinary(CombyInterface):
25
"""Provides an interface to the Comby binary.
26
0 commit comments