Skip to content

Commit

Permalink
Merge pull request #6 from NeoScript/patch-1
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
viniciuschiele authored May 3, 2021
2 parents 4e55941 + bca5253 commit 4176c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_io/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
from collections import Mapping, Sequence
from collections.abc import Mapping, Sequence

from flask import request, _compat
from time import perf_counter
Expand Down

0 comments on commit 4176c5f

Please sign in to comment.