Skip to content

Commit

Permalink
Fixed entry_points
Browse files Browse the repository at this point in the history
  • Loading branch information
hemna committed Apr 21, 2024
1 parent fa9ff7d commit e9febbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aprsd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def sample_config(ctx):

def _get_selected_entry_points():
import sys
if sys.version_info < (3,10):
if sys.version_info < (3, 10):
all = imp.entry_points()
selected = []
if "oslo.config.opts" in all:
Expand Down

0 comments on commit e9febbb

Please sign in to comment.