Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Nov 22, 2023
1 parent 7228758 commit 8c10004
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/compaction/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings
from functools import partial
from io import StringIO
from typing import Optional, TextIO
from typing import TextIO

import click
import numpy as np # type: ignore
Expand Down
2 changes: 0 additions & 2 deletions src/compaction/compaction.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#! /usr/bin/env python
from typing import Optional

import numpy as np # type: ignore
from scipy.constants import g # type: ignore

Expand Down

0 comments on commit 8c10004

Please sign in to comment.