mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Correct flake8 E302 violations
This commit is contained in:
@@ -53,6 +53,7 @@ def npath(path):
|
||||
return path.encode(fs_encoding)
|
||||
return path
|
||||
|
||||
|
||||
def safe_join(base, *paths):
|
||||
"""
|
||||
Joins one or more path components to the base path component intelligently.
|
||||
|
||||
Reference in New Issue
Block a user