Skip to content

Commit

Permalink
Fix mypy error: invalid syntax [syntax] (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl authored Oct 2, 2023
1 parent 740319e commit c4e5b0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frictionless/resource/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# TODO: replace by frictionless-standards
class IResource(TypedDict, total=False):
name: Required[str]
# type = required
title: str
description: str
path: str
Expand Down
1 change: 0 additions & 1 deletion frictionless/schema/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ISchema(TypedDict, total=False):

class IField(TypedDict, total=False):
name: Required[str]
# type = required
title: str
description: str
format: str
Expand Down

0 comments on commit c4e5b0f

Please sign in to comment.