Removed H302

Due to the fact that the hacking requirement from test-requirements.txt
was recently updated, H302 - import only modules is now safe to remove
from the ignore list in tox.ini, as it will no longer lead to any error.

Change-Id: Icec30797623badf2c18308c3bb71699370905f3e
This commit is contained in:
Nichita Herciu 2016-07-26 11:15:28 +03:00
parent ec127dc441
commit 298ce0c7b7
1 changed files with 1 additions and 2 deletions

View File

@ -29,5 +29,4 @@ show-source = True
exclude=.venv,.git,.tox,dist,*egg,build
max-line-length = 120
# F401 module imported but unused
# H302 import only modules
ignore = F401,H302
ignore = F401