Skip to content

Commit c804908

Browse files
committed
Fix style
1 parent d3acf62 commit c804908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def run_pybamm_requires(session):
114114
else:
115115
session.error("nox -s idaklu-requires is only available on Linux & macOS.")
116116

117+
117118
@nox.session(name="unit")
118119
def run_unit(session):
119120
"""Run the unit tests."""
@@ -131,4 +132,3 @@ def run_unit(session):
131132
silent=False,
132133
)
133134
session.run("pytest", "tests")
134-

0 commit comments

Comments
 (0)