Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 19, 2024
1 parent 1941c4f commit 44e5133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spinn_machine/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from .version_factory import FIVE, SPIN2_1CHIP, SPIN2_48CHIP, THREE,\
version_factory
from .version_factory import (FIVE, SPIN2_1CHIP, SPIN2_48CHIP, THREE,
version_factory)

__all__ = ["FIVE", "SPIN2_1CHIP", "SPIN2_48CHIP", "THREE", "version_factory"]
1 change: 0 additions & 1 deletion spinn_machine/version/version_201.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from typing import Final, List, Mapping, Optional, Sequence, Tuple

from spinn_utilities.abstract_base import AbstractBase
from spinn_utilities.typing.coords import XY
from spinn_utilities.overrides import overrides

Expand Down

0 comments on commit 44e5133

Please sign in to comment.