Skip to content

Commit d5a9c41

Browse files
committed
lint++
1 parent 59e6460 commit d5a9c41

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

docs/source/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ that you'll find lots of excellent HTTP/2 applications to build with Hyper-h2!
9999

100100

101101
.. _detailed-release-notes:
102-
.. include:: ../../HISTORY.rst
102+
.. include:: ../../CHANGELOG.rst

src/h2/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from h2.exceptions import InvalidSettingsValueError
1818

1919

20-
2120
class SettingCodes(enum.IntEnum):
2221
"""
2322
All known HTTP/2 setting codes.

src/h2/utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import collections
99
import re
1010
from string import whitespace
11-
import sys
1211

1312
from hpack import HeaderTuple, NeverIndexedHeaderTuple
1413

test/test_basic_logic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Test the basic logic of the h2 state machines.
77
"""
88
import random
9-
import sys
109

1110
import hyperframe
1211
import pytest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ commands = pytest {posargs}
2727
basepython = python3.8
2828
deps =
2929
flake8==3.8.3
30-
commands = flake8 --max-complexity 10 h2 test
30+
commands = flake8 --max-complexity 10 src test
3131

3232
[testenv:docs]
3333
basepython = python3.8

0 commit comments

Comments
 (0)