Skip to content

Commit 0f295c2

Browse files
committed
Remove description of pyhumps dependency from _case.py docstring
1 parent 0cbf97d commit 0f295c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyoverkiz/_case.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
"""Internal camelCase / snake_case conversion utilities.
2-
3-
Replaces the external ``pyhumps`` dependency with a minimal implementation
4-
covering only the patterns used by the Overkiz API.
5-
"""
1+
"""Internal camelCase / snake_case conversion utilities."""
62

73
from __future__ import annotations
84

0 commit comments

Comments
 (0)