Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed May 16, 2024
1 parent 941749e commit 206c197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/dataset/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,5 +407,5 @@ def u(s, encoding='utf8'):
return s


from .view2D import Vertex2D, Volume2D
from .viewRGB import Colors, VertexRGB, VolumeRGB
from .view2D import Vertex2D, Volume2D

0 comments on commit 206c197

Please sign in to comment.