Skip to content

Commit

Permalink
Fix for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofpayne committed Feb 1, 2024
1 parent 78f391b commit dd4bbc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/scaffold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
from .bus import ScaffoldBus, Register, TimeoutError


# Prevent flake8 from complaining about unused import. This class is actually
# re-exported. This should be improved in the future.
TimeoutError = TimeoutError


class Signal:
"""
Base class for all connectable signals in Scaffold. Every :class:`Signal`
Expand Down

0 comments on commit dd4bbc4

Please sign in to comment.