Skip to content

Commit

Permalink
Fix lint unfixing itself
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Dec 17, 2022
1 parent 30ac357 commit 99b1009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_labapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def extract_page_config(html):
re.search(
r'<script id="jupyter-config-data" type="application/json">\s*(?P<data>.*?)\s*</script>',
html,
).group(
).group( # type: ignore
'data'
) # type: ignore
)
)


Expand Down

0 comments on commit 99b1009

Please sign in to comment.