Skip to content

Commit

Permalink
Merge pull request SUSE#523 from SUSE/ruff_05
Browse files Browse the repository at this point in the history
Remove unused variables that are found by ruff 0.5.0
  • Loading branch information
dcermak authored Jun 29, 2024
2 parents 7a34ece + e4fd723 commit afc8c87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_mariadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ def test_mariadb_db_env_vars(
variables.
"""
conn = None
cur = None

dbdir = "/var/lib/mysql"

dbdir_f = container_per_test.connection.file(dbdir)
Expand Down

0 comments on commit afc8c87

Please sign in to comment.