Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 5, 2024
1 parent 4d28b17 commit 38aa876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurom/apps/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import matplotlib.pyplot as plt

from neurom import load_morphology
from neurom.apps import EXAMPLE_CHECK_CONFIG, EXAMPLE_STATS_CONFIG, morph_check, morph_stats
from neurom.apps import morph_check, morph_stats
from neurom.view import matplotlib_impl, matplotlib_utils


Expand Down

0 comments on commit 38aa876

Please sign in to comment.