Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-manukyan committed Nov 14, 2024
1 parent 31b784e commit 960f6a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def __init__(
except Exception as e:
try:
self.ds = deeplake.query(
f"select * from {self.path}", token=self.token)
f"select * from {self.path}", token=self.token
)
except Exception:
raise e
else:
Expand Down

0 comments on commit 960f6a4

Please sign in to comment.