Fix style issues on master using Black
This commit is contained in:
parent
2c68f86336
commit
a5ff3cd01b
4 changed files with 19 additions and 14 deletions
|
|
@ -525,7 +525,7 @@ def test_load_dotenv(monkeypatch):
|
|||
assert os.environ["EGGS"] == "3"
|
||||
|
||||
# Non existent file should not load
|
||||
assert not load_dotenv('non-existent-file')
|
||||
assert not load_dotenv("non-existent-file")
|
||||
|
||||
|
||||
@need_dotenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue