Skip to content

Commit

Permalink
remove unused vars (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe authored Aug 6, 2021
1 parent 5d0eb8c commit 206dfe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jd4/case.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import csv
import re
from asyncio import gather, get_event_loop
from functools import partial
from io import BytesIO, TextIOWrapper
from itertools import islice
from os import link, mkfifo, path
from ruamel import yaml
from socket import socket, AF_UNIX, SOCK_STREAM, SOCK_NONBLOCK
from threading import RLock
from zipfile import ZipFile, BadZipFile
from zipfile import ZipFile

from jd4._compare import compare_stream
from jd4.cgroup import wait_cgroup
Expand Down

0 comments on commit 206dfe5

Please sign in to comment.