Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Leitsius committed Feb 8, 2018
1 parent a0dfdc9 commit 19cf059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions openprocurement/auctions/dgf/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ProcuringEntity as BaseProcuringEntity, Question as BaseQuestion,
get_auction, Administrator_role
)
from openprocurement.auctions.dgf.constants import (MINIMAL_EXPOSITION_PERIOD, MINIMAL_EXPOSITION_REQUIRED_FROM, MINIMAL_PERIOD_FROM_RECTIFICATION_END, RECTIFICATION_END_EDITING_AND_VALIDATION_REQUIRED_FROM)


from .utils import calculate_enddate, get_auction_creation_date

Expand All @@ -42,8 +42,8 @@
CPV_NON_SPECIFIC_LOCATION_UNITS,
CAV_NON_SPECIFIC_LOCATION_UNITS,
DGF_ADDRESS_REQUIRED_FROM,
MINIMAL_PERIOD_FROM_ENQUIRY_END,
ENQUIRY_END_EDITING_AND_VALIDATION_REQUIRED_FROM
MINIMAL_PERIOD_FROM_RECTIFICATION_END,
RECTIFICATION_END_EDITING_AND_VALIDATION_REQUIRED_FROM
)


Expand Down
2 changes: 0 additions & 2 deletions openprocurement/auctions/dgf/tests/tender.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from openprocurement.auctions.dgf.constants import (
MINIMAL_PERIOD_FROM_RECTIFICATION_END,
RECTIFICATION_END_EDITING_AND_VALIDATION_REQUIRED_FROM,
MINIMAL_PERIOD_FROM_ENQUIRY_END,
ENQUIRY_END_EDITING_AND_VALIDATION_REQUIRED_FROM
)
from openprocurement.auctions.dgf.models import DGFOtherAssets, DGFFinancialAssets, DGF_ID_REQUIRED_FROM, CLASSIFICATION_PRECISELY_FROM, DGF_ADDRESS_REQUIRED_FROM
from openprocurement.auctions.dgf.tests.base import test_auction_maximum_data, test_auction_data, test_financial_auction_data, test_organization, test_financial_organization, BaseWebTest, BaseAuctionWebTest, DEFAULT_ACCELERATION, test_bids, test_financial_bids
Expand Down

0 comments on commit 19cf059

Please sign in to comment.