Skip to content

Commit

Permalink
🤖 Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-branch committed Jan 18, 2024
1 parent 5bc4f51 commit be82a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/ivy/data_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _nested_get(f, base_set, merge_fn, get_fn, wrapper=set):
if frontend in key:
key = key.replace(frontend, frontends[frontend])
if "(" in key:
key = key.split('(')[0]
key = key.split("(")[0]
frontend_module = ".".join(key.split(".")[:-1])
frontend_fl = {key: frontend_fn}
res += list(
Expand Down

0 comments on commit be82a7a

Please sign in to comment.