Lint fixes.

This commit is contained in:
Itamar Turner-Trauring 2020-10-05 11:38:53 -04:00
parent dd863a003f
commit c680b1d971
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,6 @@
import time
import json
from functools import wraps
from twisted.web import (
http,

View File

@ -1,10 +1,6 @@
import time
from nevow import url
from twisted.web.template import (
renderer,
tags as T,
)
from twisted.python.failure import Failure
from twisted.internet import reactor, defer
from twisted.web import resource