From b54dc1e5d53243c59a254068bb597702feafad96 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 5 May 2020 13:56:59 -0600 Subject: [PATCH] whitespace (1 line per import) --- src/allmydata/test/test_storage.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py index 7e4eaa3b6..baf6c6d4b 100644 --- a/src/allmydata/test/test_storage.py +++ b/src/allmydata/test/test_storage.py @@ -1,4 +1,11 @@ -import time, os.path, platform, stat, re, json, struct, shutil +import time +import os.path +import platform +import stat +import re +import json +import struct +import shutil from twisted.trial import unittest