Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk committed Dec 22, 2024
1 parent c363c08 commit 1068568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def validate_scopes(self):
try:
client = asyncio.run(self.__generate_client())

tables = result = asyncio.run(client.query("SHOW TABLES"))
tables = asyncio.run(client.query("SHOW TABLES"))
self.logger.info(f"Tables: {tables}")

scopes = {
Expand Down

0 comments on commit 1068568

Please sign in to comment.