Preparations for the Big Reformat (#4228)

A few comments between imports were removed or moved to the top of the
import block, due to behavioral differences between black and isort. See
psf/black#251 for details.

In two instances @overloads at the top of the file needed to be moved
due to psf/black#1490.
This commit is contained in:
Sebastian Rittau
2020-06-14 16:58:26 +02:00
committed by GitHub
parent 53431cab1d
commit 89d3a55f1a
12 changed files with 14 additions and 45 deletions

View File

@@ -1,5 +1,3 @@
# Stubs for six (Python 3.5)
from __future__ import print_function
from typing import (
@@ -26,7 +24,6 @@ import types
import typing
import unittest
# Exports
from io import StringIO as StringIO, BytesIO as BytesIO
from builtins import next as next
from functools import wraps as wraps