Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 2, 2021
1 parent 298d10f commit ffa8af0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spinn_utilities/data/data_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

from enum import Enum
from spinn_utilities.exceptions import (
DataChanged, DataNotMocked, DataNotYetAvialable, NotSetupException,
ShutdownException)
DataNotMocked, DataNotYetAvialable, NotSetupException, ShutdownException)


class Data_Status(Enum):
Expand Down

0 comments on commit ffa8af0

Please sign in to comment.