Skip to content

Commit 845237c

Browse files
committed
fixes
1 parent f9979ec commit 845237c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yeti_switch_api/orm/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Meta:
99
contractor = RelationField("contractor")
1010
timezone = RelationField("timezone")
1111

12-
external-id = AttributeField("external-id")
12+
external_id = AttributeField("external-id")
1313
uuid = AttributeField("uuid")
1414

1515
name = AttributeField("name")

yeti_switch_api/orm/package_counter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .base_model import BaseModel, AttributeField, RelationField
22

3+
34
class PackageCounter(BaseModel):
45
class Meta:
56
path = "package-counters"
@@ -12,4 +13,3 @@ class Meta:
1213
account = RelationField("account")
1314
service = RelationField("service")
1415

15-

0 commit comments

Comments
 (0)