Skip to content

Commit

Permalink
Move import into function so it can be serialized
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Mar 21, 2024
1 parent a1c030d commit 9460442
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/chiltepin/jedi/leadtime.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import re


def fcst_to_seconds(fcst):
import re
seconds = 0
p = re.compile(r"\D+(\d+)S")
m = p.search(fcst)
Expand Down

0 comments on commit 9460442

Please sign in to comment.