We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69d69a commit 910cc98Copy full SHA for 910cc98
typeagent/knowpro/field_helpers.py
@@ -50,8 +50,6 @@ def CamelCaseField(
50
51
return Field(**field_kwargs)
52
53
- return Field(**field_kwargs)
54
-
55
# Otherwise, use the descriptor approach for backward compatibility
56
class CamelCaseFieldDescriptor:
57
def __init__(
0 commit comments