isort update

This commit is contained in:
Hynek Schlawack 2018-02-05 09:03:00 +01:00
parent eca48ca7f3
commit 90fe45de6f
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ from collections import Mapping, OrderedDict, Sequence
import pytest
from hypothesis import strategies as st
from hypothesis import HealthCheck, assume, given, settings
from hypothesis import strategies as st
import attr

View File

@ -9,8 +9,8 @@ import zope.interface
import attr
from attr import validators as validator_module
from attr import has
from attr import validators as validator_module
from attr._compat import TYPE
from attr.validators import and_, in_, instance_of, optional, provides