Skip to content

Commit

Permalink
MAINT: remove python 3.6 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Nov 25, 2024
1 parent 6ce617d commit 97cca38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pysatNASA/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"""

try:
from importlib import metadata
except ImportError:
import importlib_metadata as metadata
from importlib import metadata

import os

Expand Down

0 comments on commit 97cca38

Please sign in to comment.