Skip to content

Commit

Permalink
Remove assert statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dgetu committed May 24, 2021
1 parent 8817527 commit 1b03a5c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ class Resource:

def __init__(self, attributes: Attributes, schema_url: str):
self._attributes = attributes.copy()
assert schema_url is not None
self._schema_url = schema_url

@staticmethod
Expand Down

0 comments on commit 1b03a5c

Please sign in to comment.