Skip to content

Commit d335329

Browse files
committed
fix: update import in schema.py to use byte_common
Replace obsolete byte_bot.utils import with byte_common.utils.strings
1 parent b6b9696 commit d335329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api/src/byte_api/lib/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pydantic import BaseModel as _BaseModel
66
from pydantic import ConfigDict
77

8-
from byte_bot.utils import camel_case
8+
from byte_common.utils.strings import camel_case
99

1010
__all__ = ["BaseModel", "CamelizedBaseModel"]
1111

0 commit comments

Comments
 (0)