Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Sep 6, 2024
1 parent 8e40a99 commit ded832d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_realtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_sync_realtime():
sp = supabase.Client(url, key)

try:
channel = sp.realtime.channel('test')
channel = sp.realtime.channel("test")
except NotImplementedError:
pass

0 comments on commit ded832d

Please sign in to comment.