Commit f044dd17 by Darren Weber

Add bool typing for VCSDependency.accepts_prereleases

parent 1caf20a2
......@@ -76,5 +76,5 @@ class VCSDependency(Dependency):
def is_vcs(self): # type: () -> bool
return True
def accepts_prereleases(self):
def accepts_prereleases(self): # type: () -> bool
return True
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