1
0

update linting

This commit is contained in:
Amber H. Brown
2019-10-31 21:01:37 +11:00
parent d684ec8a2b
commit 135fdaae0d
3 changed files with 1 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
Add benchmarks for structured logging and improve output performance.
-1
View File
@@ -17,7 +17,6 @@ import pyperf
from twisted.python import reflect
from synapse.benchmarks import setupdb
from synapse.benchmarks.suites import SUITES
if __name__ == "__main__":
-2
View File
@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import sys
import warnings
from contextlib import redirect_stderr
from io import StringIO
@@ -29,7 +28,6 @@ from twisted.logger import (
Logger,
LogPublisher,
globalLogBeginner,
textFileLogObserver,
)
from twisted.protocols.basic import LineOnlyReceiver
from twisted.python.failure import Failure