File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,12 +151,12 @@ def sort_argument_for_model(cls, has_default=True):
151
151
return Argument (List (enum ), default_value = enum .default )
152
152
153
153
154
- def is_sqlalchemy_version_less_than (version_string ): # pragma: no cover
154
+ def is_sqlalchemy_version_less_than (version_string ): # pragma: no cover
155
155
"""Check the installed SQLAlchemy version"""
156
156
return pkg_resources .get_distribution ('SQLAlchemy' ).parsed_version < pkg_resources .parse_version (version_string )
157
157
158
158
159
- def is_graphene_version_less_than (version_string ): # pragma: no cover
159
+ def is_graphene_version_less_than (version_string ): # pragma: no cover
160
160
"""Check the installed graphene version"""
161
161
return pkg_resources .get_distribution ('graphene' ).parsed_version < pkg_resources .parse_version (version_string )
162
162
You can’t perform that action at this time.
0 commit comments