Skip to content

Commit 5ca514d

Browse files
committed
Added deque import
1 parent a3dce8d commit 5ca514d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/parse_fortran.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations, print_function
22

3-
from collections import Counter
3+
from collections import Counter, deque
44

55
import hashlib
66
import logging

0 commit comments

Comments
 (0)