Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 13, 2024
1 parent fce5027 commit 9f20dc8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions spinn_machine/tags/abstract_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing import Optional


class AbstractTag(object):
"""
Expand Down
2 changes: 1 addition & 1 deletion spinn_machine/tags/iptag.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 typing import Any, Optional
from typing import Any
from .abstract_tag import AbstractTag


Expand Down
1 change: 0 additions & 1 deletion spinn_machine/tags/reverse_iptag.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing_extensions import Optional
from .abstract_tag import AbstractTag


Expand Down

0 comments on commit 9f20dc8

Please sign in to comment.