Skip to content

Commit 173b211

Browse files
Trim trailing whitespace
1 parent ca9363e commit 173b211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/importlib/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __getattribute__(self, attr):
177177
# (see importlib._bootstrap._find_and_load()).
178178
if attr == "__spec__":
179179
return __spec__
180-
180+
181181
loader_state = __spec__.loader_state
182182
with loader_state['lock']:
183183
# Only the first thread to get the lock should trigger the load

0 commit comments

Comments
 (0)