Skip to content

Commit e5b52c9

Browse files
committed
fix: lint
1 parent b66aa20 commit e5b52c9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

stapi-pydantic/src/stapi_pydantic/__init__.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
from .opportunity import Opportunity, OpportunityCollection, OpportunityPayload, OpportunityProperties, \
2-
OpportunitySearchRecord, OpportunitySearchRecords, OpportunitySearchStatus, OpportunitySearchStatusCode
1+
from .opportunity import (
2+
Opportunity,
3+
OpportunityCollection,
4+
OpportunityPayload,
5+
OpportunityProperties,
6+
OpportunitySearchRecord,
7+
OpportunitySearchRecords,
8+
OpportunitySearchStatus,
9+
OpportunitySearchStatusCode,
10+
)
311
from .product import Product, Provider, ProviderRole
412
from .shared import Link
513

0 commit comments

Comments
 (0)