Skip to content

Commit

Permalink
STYLE: Miscellaneous import cleanup in tract_math script (#81)
Browse files Browse the repository at this point in the history
Miscellaneous import cleanup in `tract_math` script:
- Remove unused imports: do not import `os` and `warning`.
- Remove duplicate imports: remove duplicate `sys` import statement.

Take advantage of the commit to remove the commented statement appending
the parent directory to the path.
  • Loading branch information
jhlegarreta authored Jan 13, 2025
1 parent eb218f5 commit 8d108e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/tract_math
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ from argparse import ArgumentParser, FileType, REMAINDER

import traceback

import warnings

import os, sys
# sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

from tract_querier.tract_math import operations


Expand Down

0 comments on commit 8d108e2

Please sign in to comment.