Skip to content

Commit 202faeb

Browse files
committed
chore: fix spelling
1 parent 8219cf3 commit 202faeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def check_import_scope(scope: Scope, var_name_lower: str):
195195
# Check if name is in only list
196196
if var_name_lower in use_stmnt.only_list:
197197
return ImportTypes.ONLY
198-
# Get Get the parent scope
198+
# Get the parent scope
199199
elif use_stmnt.import_type == ImportTypes.ALL:
200200
return ImportTypes.ALL
201201
# Skip looking for parent scope

0 commit comments

Comments
 (0)