From 23b977a4b1626683116c71e08ed1a4f33381d5f0 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 20 Mar 2023 15:27:16 -0400 Subject: [PATCH] Undo unnecessary imports. --- src/allmydata/test/test_system.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index c997ac734..d11a6e866 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -15,15 +15,11 @@ from past.builtins import chr as byteschr, long from six import ensure_text import os, re, sys, time, json -from subprocess import check_call -from pathlib import Path -from tempfile import mkdtemp from bs4 import BeautifulSoup from twisted.trial import unittest from twisted.internet import defer -from twisted.internet.threads import deferToThread from allmydata import uri from allmydata.storage.mutable import MutableShareFile