Skip to content

Commit

Permalink
Update tc_tracks.py
Browse files Browse the repository at this point in the history
fix self import
  • Loading branch information
NicolasColombi authored Jan 16, 2025
1 parent bfb0124 commit bd588c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climada/hazard/tc_tracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

import climada.util.coordinates as u_coord
import climada.util.plot as u_plot
from climada.hazard import Centroids, tc_tracks, tc_tracks_synth
from climada.hazard import Centroids, tc_tracks_synth

Check warning on line 57 in climada/hazard/tc_tracks.py

View check run for this annotation

Jenkins - WCR / Pylint

unused-import

NORMAL: Unused tc_tracks_synth imported from climada.hazard
Raw output
Used when an imported module or variable is not used.

# climada dependencies
from climada.util import ureg
Expand Down

0 comments on commit bd588c8

Please sign in to comment.