mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+2
-1
@@ -233,7 +233,8 @@ def proper_case_section(section):
|
||||
"""Verify proper casing is retrieved, when available, for each
|
||||
dependency in the section.
|
||||
"""
|
||||
# Casing for section
|
||||
|
||||
# Casing for section.
|
||||
changed_values = False
|
||||
unknown_names = [k for k in section.keys() if k not in set(project.proper_names)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user