We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dce8d commit 5ca514dCopy full SHA for 5ca514d
fortls/parse_fortran.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations, print_function
2
3
-from collections import Counter
+from collections import Counter, deque
4
5
import hashlib
6
import logging
0 commit comments