Skip to content

Commit

Permalink
Remove TRY003 ignore line
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe committed Jun 6, 2024
1 parent 2cdeb8c commit e8b9452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tad/migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run_migrations_online():
"""
configuration = config.get_section(config.config_ini_section)
if configuration is None:
raise Exception("Failed to get configuration section") # noqa: TRY003, TRY002
raise Exception("Failed to get configuration section") # noqa: TRY002
configuration["sqlalchemy.url"] = get_url()
connectable = engine_from_config(
configuration,
Expand Down

0 comments on commit e8b9452

Please sign in to comment.