Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit a1f4e91

Browse files
committed
Fixup lint errors in compat.py
1 parent 46a31a2 commit a1f4e91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hyper/compat.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*- coding: utf-8 -*-
2+
# flake8: noqa
23
"""
34
hyper/compat
4-
~~~~~~~~~
5+
~~~~~~~~~~~~
56
67
Normalizes the Python 2/3 API for internal use.
78
"""
@@ -21,6 +22,7 @@
2122
is_py3 = _ver[0] == 3
2223
is_py3_3 = is_py3 and _ver[1] == 3
2324

25+
2426
@contextmanager
2527
def ignore_missing():
2628
try:

0 commit comments

Comments
 (0)