Skip to content

Commit

Permalink
invent and simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Mar 27, 2024
1 parent 19e5cdc commit 2290110
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cid/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
from string import Template
from typing import Dict
from pkg_resources import resource_string

if sys.version_info < (3, 8):
from importlib_metadata import entry_points
else:
from importlib.metadata import entry_points
from importlib.metadata import entry_points

import yaml
import click
Expand Down

0 comments on commit 2290110

Please sign in to comment.