Skip to content

Commit

Permalink
cleanup of warning in python utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Dec 8, 2021
1 parent 94d60ba commit 6ba3a90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

# User
.vscode/
1 change: 0 additions & 1 deletion utils/region_of_interest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import time
import cartopy
import matplotlib.pyplot as plt
from datetime import datetime
from sliderule import icesat2

###############################################################################
Expand Down

0 comments on commit 6ba3a90

Please sign in to comment.