Skip to content

Commit

Permalink
dont import OrderedDict
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 17, 2022
1 parent 1ce581f commit b7324bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/json_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import logging
import json
from collections import defaultdict, namedtuple, OrderedDict
from collections import defaultdict, namedtuple
from spinn_utilities.log import FormatAdapter
from .chip import Chip
from .router import Router
Expand Down

0 comments on commit b7324bd

Please sign in to comment.