Skip to content

Commit

Permalink
parsing.py: Fix unused import items
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdziak1 committed Aug 7, 2023
1 parent 20dc95c commit cd55477
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions program_admin/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@
ReferenceProduct,
ReferencePublishers,
)
from program_admin.util import (
PRICE_ACCOUNT_V2_SIZE,
PRICE_V1_COMP_COUNT,
PRICE_V2_COMP_COUNT,
apply_overrides,
)
from program_admin.util import apply_overrides

MAGIC_NUMBER = "0xa1b2c3d4"
VERSION = 2
Expand Down

0 comments on commit cd55477

Please sign in to comment.