Skip to content

Commit 69af9dd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 70b4e98 commit 69af9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def parseconfig(args, plugins=()):
309309

310310

311311
def get_py_project_toml(path):
312-
with open(str(path), mode='rb') as file_handler:
312+
with open(str(path), mode="rb") as file_handler:
313313
config_data = toml.load(file_handler)
314314
return config_data
315315

0 commit comments

Comments
 (0)