Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent f24fc15 commit 8f407d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jupyterhub_traefik_proxy/redis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Redis backend"""

import asyncio
from urllib.parse import urlparse

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
pip install [-e] .
"""


from setuptools import find_packages, setup

with open("README.md", encoding="utf8") as f:
Expand Down
1 change: 1 addition & 0 deletions tests/test_traefik_api_auth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the authentication to the traefik proxy api (dashboard)"""

import pytest
from jupyterhub.utils import exponential_backoff
from tornado.httpclient import AsyncHTTPClient
Expand Down

0 comments on commit 8f407d9

Please sign in to comment.