Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelgad committed Dec 14, 2022
1 parent d49e9bc commit 793d16b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ocean_lib/ocean/ocean_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ def _assert_ddo_metadata(metadata: dict):

assert "name" in metadata, "Must have name in metadata."


@enforce_types
@enforce_types
def create_algo_asset(
self,
name: str,
Expand Down Expand Up @@ -188,7 +187,7 @@ def create_url_asset(
files = [UrlFile(url)]
return self._create_1dt(metadata, files, publisher_wallet, wait_for_aqua)

@enforce_types
@enforce_types
def create_graphql_asset(
self,
name: str,
Expand Down

0 comments on commit 793d16b

Please sign in to comment.