Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jul 29, 2024
1 parent f335c2b commit 416f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/config_holder.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

from collections import defaultdict
from configparser import NoOptionError
import logging
import os
from typing import Any, Callable, Collection, Dict, List, Optional, Set, Union
Expand All @@ -21,7 +22,6 @@
from spinn_utilities.exceptions import ConfigException
from spinn_utilities.log import (
FormatAdapter, ConfiguredFilter, ConfiguredFormatter)
from configparser import NoOptionError

# pylint: disable=global-statement
logger = FormatAdapter(logging.getLogger(__file__))
Expand Down

0 comments on commit 416f8cb

Please sign in to comment.