Skip to content

Commit 910cc98

Browse files
authored
Update field_helpers.py
1 parent b69d69a commit 910cc98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

typeagent/knowpro/field_helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def CamelCaseField(
5050

5151
return Field(**field_kwargs)
5252

53-
return Field(**field_kwargs)
54-
5553
# Otherwise, use the descriptor approach for backward compatibility
5654
class CamelCaseFieldDescriptor:
5755
def __init__(

0 commit comments

Comments
 (0)