Skip to content

Commit f89f39e

Browse files
committed
Lint
1 parent 362d739 commit f89f39e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sedr/test_schemat.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ def test_set_up_schemathesis(self):
1010
"""Test set_up_schemathesis."""
1111
__version__ = "testversion"
1212

13-
util.args = util.parse_args(["--url", "https://edrisobaric.k8s.met.no/"], __version__)
13+
util.args = util.parse_args(
14+
["--url", "https://edrisobaric.k8s.met.no/"], __version__
15+
)
1416
util.args.openapi_version == "3.1"
1517

1618
util.logger = util.set_up_logging(

0 commit comments

Comments
 (0)