Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit 58f9ae5

Browse filesBrowse files
author
Kenneth Reitz
committed
tuples
1 parent 2c2ffe3 commit 58f9ae5
Copy full SHA for 58f9ae5

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎bin/pip-diff

Copy file name to clipboardExpand all lines: bin/pip-diff
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ from pkg_resources import parse_requirements
1616

1717

1818
# TODO: ignore lines
19-
IGNORABLE_LINES = '#', '-r'
20-
VERSION_OPERATORS = ['==', '>=', '<=', '>', '<', ',']
19+
IGNORABLE_LINES = ('#', '-r')
20+
VERSION_OPERATORS = ('==', '>=', '<=', '>', '<', ',')
2121

2222
def split(s):
2323
for operator in VERSION_OPERATORS:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.