Skip to content

Commit c4e5b0f

Browse files
authored
Fix mypy error: invalid syntax [syntax] (#1594)
1 parent 740319e commit c4e5b0f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frictionless/resource/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# TODO: replace by frictionless-standards
1212
class IResource(TypedDict, total=False):
1313
name: Required[str]
14-
# type = required
1514
title: str
1615
description: str
1716
path: str

frictionless/schema/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class ISchema(TypedDict, total=False):
1818

1919
class IField(TypedDict, total=False):
2020
name: Required[str]
21-
# type = required
2221
title: str
2322
description: str
2423
format: str

0 commit comments

Comments
 (0)