mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
flake8
This commit is contained in:
parent
c0a9ff9c88
commit
8b175383af
@ -7,7 +7,7 @@ from __future__ import annotations
|
||||
import os
|
||||
import sys
|
||||
import shutil
|
||||
from attr import define
|
||||
from attr import frozen
|
||||
from time import sleep
|
||||
from os import mkdir, environ
|
||||
from os.path import join, exists
|
||||
@ -28,6 +28,7 @@ from twisted.internet.error import (
|
||||
|
||||
import pytest
|
||||
import pytest_twisted
|
||||
from typing import Mapping
|
||||
|
||||
from .util import (
|
||||
_MagicTextProtocol,
|
||||
|
Loading…
Reference in New Issue
Block a user