Skip to content

Commit 1cb1c47

Browse files
fix docstrings for ndbc
1 parent 7e1e27a commit 1cb1c47

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

cdippy/ndbc.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,4 @@ def get_wmo_id(
4545
ids = cu.pkl_load(pkl_fl)
4646
if stn in ids:
4747
return ids[stn]
48-
<<<<<<< HEAD
4948
return None
50-
=======
51-
else:
52-
return None
53-
>>>>>>> 4a237fd (re-org package and define public api)

0 commit comments

Comments
 (0)