Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed Nov 7, 2024
1 parent e521377 commit 5e438e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/web/tenant/providers/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ async def _update_tenants(self):
new_tenants = set(external_tenants)
if self.Tenants != new_tenants:
self.Tenants = new_tenants
self.App.PubSub.publish("Tenants.change!")
self.App.PubSub.publish("Tenants.change!")

0 comments on commit 5e438e2

Please sign in to comment.