sorted imports

This commit is contained in:
Quentin Soubeyran 2020-11-16 18:46:48 +01:00
parent 6b282e98f2
commit a60e1c10b7

View File

@ -10,10 +10,10 @@
""" """
import re import re
import sys
from collections import namedtuple from collections import namedtuple
from contextlib import contextmanager from contextlib import contextmanager
from inspect import cleandoc from inspect import cleandoc
import sys
from textwrap import dedent from textwrap import dedent
from unittest import TestCase, mock from unittest import TestCase, mock