diff options
author | 2025-02-15 16:20:39 +0000 | |
---|---|---|
committer | 2025-02-15 16:20:39 +0000 | |
commit | ec080a3ae2a2e99e762c11a3e643e049de1239e9 (patch) | |
tree | 1f6a5829647a30c71bfecf85d6224315e867f881 /arthur/exts/grafana/github_team_sync.py | |
parent | Bump deps to latest (diff) |
Format code to new ruff rules
Diffstat (limited to 'arthur/exts/grafana/github_team_sync.py')
-rw-r--r-- | arthur/exts/grafana/github_team_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/grafana/github_team_sync.py b/arthur/exts/grafana/github_team_sync.py index 14a89d9..cfc1e77 100644 --- a/arthur/exts/grafana/github_team_sync.py +++ b/arthur/exts/grafana/github_team_sync.py @@ -116,7 +116,7 @@ class GrafanaGitHubTeamSync(commands.Cog): colour=discord.Colour.blue(), ) for team in grafana_teams: - logger.debug(f"Processing {team["name"]}") + logger.debug(f"Processing {team['name']}") try: figures = await self._sync_teams(team) except aiohttp.ClientResponseError as e: |