Skip to content

Commit

Permalink
Merge pull request #584 from consideRatio/pr/please-flake8
Browse files Browse the repository at this point in the history
Please flake8 by removing unused imports
  • Loading branch information
consideRatio authored Mar 11, 2022
2 parents c43459c + 918eddd commit 44f0bb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion kubespawner/proxy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import asyncio
import functools
import json
import os
import string
Expand Down
1 change: 0 additions & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""
import asyncio
import os
import signal
import string
import sys
import warnings
Expand Down
1 change: 0 additions & 1 deletion tests/test_multi_namespace_spawner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from unittest.mock import Mock

import pytest
from jupyterhub.objects import Hub
from jupyterhub.objects import Server
from traitlets.config import Config
Expand Down

0 comments on commit 44f0bb4

Please sign in to comment.