Skip to content

Commit 47c9810

Browse files
committed
fix typo
1 parent 894c1a7 commit 47c9810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import types
88
import warnings
99
from gettext import gettext as _
10-
from collecions import OrderedDict
10+
from collections import OrderedDict
1111

1212
import argparse
1313

0 commit comments

Comments
 (0)