Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit dc5ad31

Browse files
committed
isort
1 parent fe08bd7 commit dc5ad31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import math
22
import unittest
33

4-
from robot.markers import Metres, Radians, SphericalCoord, Marker
4+
from robot.markers import Marker, Metres, Radians, SphericalCoord
55

66

77
class SphericalCoordTest(unittest.TestCase):

0 commit comments

Comments
 (0)