Commit a78cfe13 authored by Jason R. Coombs's avatar Jason R. Coombs

Declare variables for nicer linting.

parent 0e2d03c6
......@@ -89,6 +89,12 @@ except ImportError:
import packaging.specifiers
# declare some globals that will be defined later to
# satisfy the linters.
require = None
working_set = None
class PEP440Warning(RuntimeWarning):
"""
Used when there is an issue with a version or specifier not complying with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment