Skip to content

Commit 86bb6ef

Browse files
updated CombyBinary to use slots
1 parent c862da9 commit 86bb6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comby/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
logger.setLevel(logging.DEBUG)
2121

2222

23-
@attr.s(frozen=True)
23+
@attr.s(frozen=True, slots=True)
2424
class CombyBinary(CombyInterface):
2525
"""Provides an interface to the Comby binary.
2626

0 commit comments

Comments
 (0)