We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbf97d commit 0f295c2Copy full SHA for 0f295c2
pyoverkiz/_case.py
@@ -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
-"""
+"""Internal camelCase / snake_case conversion utilities."""
6
7
from __future__ import annotations
8
0 commit comments