Skip to content

Commit 8cbd106

Browse files
committed
ran black
1 parent d065f9d commit 8cbd106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nltk/pathsec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# For license information, see LICENSE.TXT
77
#
88
"""Centralized I/O security sentinel for NLTK."""
9+
910
import builtins
1011
import ipaddress
1112
import os
@@ -78,7 +79,6 @@ def validate_path(path_input, context="NLTK"):
7879
if parsed.scheme == "file":
7980
raw = unquote(parsed.path)
8081

81-
8282
target = Path(raw).resolve()
8383

8484
allowed_roots = _get_allowed_roots()

0 commit comments

Comments
 (0)