Skip to content

Commit

Permalink
fixing typo in test_fre_pp_cli imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitlock-NOAA committed Jul 25, 2024
1 parent a6940b1 commit d7b3005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/pp/tests/test_fre_pp_cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

from fre import fre
from fre import frepp
from fre import pp

from click.testing import CliRunner
runner = CliRunner()
Expand Down

0 comments on commit d7b3005

Please sign in to comment.