Skip to content

Commit

Permalink
Update import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpyke committed Dec 16, 2024
1 parent cfc724c commit af3313d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iam_builder/iam_schema.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import jsonschema
import json
import importlib
from iam_builder.exceptions import IAMValidationError

try:
import pkg_resources
except ImportError:
except NameError:
import importlib


Expand Down

0 comments on commit af3313d

Please sign in to comment.