We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b544d commit e4cfaa6Copy full SHA for e4cfaa6
1 file changed
pre_commit_hooks/requirements_txt_fixer.py
@@ -40,7 +40,7 @@ def __lt__(self, requirement): # type: (Requirement) -> int
40
41
def fix_requirements(f): # type: (IO[bytes]) -> int
42
requirements = [] # type: List[Requirement]
43
- before = list(f) # type: List[bytes]
+ before = list(f)
44
after = [] # type: List[bytes]
45
46
before_string = b''.join(before)
0 commit comments