Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy authored and dwoz committed Jan 15, 2025
1 parent 5ff2c7e commit 93acf2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ def configure_loader_modules():
"__salt__": {
"cmd.run_all": cmd.run_all,
},
}
},
}


@pytest.fixture
def temp_account():
user_name = random_string("test-account-", uppercase=False)
Expand Down

0 comments on commit 93acf2e

Please sign in to comment.