mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
"""Test traefik configuration"""
|
||||
import os
|
||||
|
||||
import toml
|
||||
import pytest
|
||||
import toml
|
||||
|
||||
from tljh import config
|
||||
from tljh import traefik
|
||||
from tljh import config, traefik
|
||||
|
||||
|
||||
def test_download_traefik(tmpdir):
|
||||
|
||||
Reference in New Issue
Block a user