Skip to content

Commit 6ba3a90

Browse files
committed
cleanup of warning in python utils
1 parent 94d60ba commit 6ba3a90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# User
132+
.vscode/

utils/region_of_interest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import time
2020
import cartopy
2121
import matplotlib.pyplot as plt
22-
from datetime import datetime
2322
from sliderule import icesat2
2423

2524
###############################################################################

0 commit comments

Comments
 (0)