Skip to content

Commit 944ff90

Browse files
committed
Remove duplicated
1 parent 9ab5ffb commit 944ff90

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

infrahub_sdk/protocols_base.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,6 @@ class ListAttributeOptional(Attribute):
271271
value: Optional[list[Any]]
272272

273273

274-
class JSONAttribute(Attribute):
275-
value: Any
276-
277-
278-
class JSONAttributeOptional(Attribute):
279-
value: Optional[Any]
280-
281-
282274
class AnyAttribute(Attribute):
283275
value: float
284276

0 commit comments

Comments
 (0)