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 894c1a7 commit 47c9810Copy full SHA for 47c9810
flask_script/__init__.py
@@ -7,7 +7,7 @@
7
import types
8
import warnings
9
from gettext import gettext as _
10
-from collecions import OrderedDict
+from collections import OrderedDict
11
12
import argparse
13
0 commit comments