Fix lints

This commit is contained in:
Itamar Turner-Trauring 2023-11-15 13:10:20 -05:00
parent b28b769a6c
commit bdaf9b5e47
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ Ported to Python 3.
from __future__ import annotations from __future__ import annotations
from six import ensure_text
from typing import Union, Callable, Any, Optional, cast, Dict from typing import Union, Callable, Any, Optional, cast, Dict
from os import urandom from os import urandom
import re import re

View File

@ -47,7 +47,6 @@ from eliot import (
Message, Message,
MessageType, MessageType,
fields, fields,
FileDestination,
MemoryLogger, MemoryLogger,
) )
from eliot.twisted import DeferredContext from eliot.twisted import DeferredContext