Skip to content

Commit

Permalink
removed dead imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 4, 2021
1 parent 30764ff commit 70049f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spinn_utilities/helpful_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import logging
import inspect
import math
import os
import re
from spinn_utilities.log import FormatAdapter

Expand Down
2 changes: 1 addition & 1 deletion unittests/test_helpful_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import unittests
from spinn_utilities.helpful_functions import (
get_valid_components, is_singleton, gcd, lcm, testing)
get_valid_components, is_singleton, gcd, lcm)


def test_is_singleton():
Expand Down

0 comments on commit 70049f6

Please sign in to comment.