Skip to content

Commit

Permalink
moved around import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjones315 committed Nov 1, 2024
1 parent 4e70490 commit b6ab29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions test/plotting_tests/local_3d_test.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import unittest
from unittest import mock
import pytest
import unittest

import networkx as nx
import numpy as np
import pandas as pd

import cassiopeia as cas
from cassiopeia.plotting import local_3d
Expand Down
2 changes: 1 addition & 1 deletion test/simulator_tests/clonal_spatial_simulator_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
import pytest
import unittest

import networkx as nx
import numpy as np
Expand Down

0 comments on commit b6ab29a

Please sign in to comment.