Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Jul 16, 2021
1 parent 9e0c1b3 commit df6dcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observation_portal/requestgroups/dither.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from math import radians, cos, sin, floor, ceil, sqrt
from math import radians, cos, sin, sqrt
from copy import deepcopy

def expand_dither_pattern(dither_details):
Expand Down

0 comments on commit df6dcac

Please sign in to comment.