Skip to content

Commit

Permalink
remove unused depencencies (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankarya2906 committed Oct 15, 2020
1 parent 9f5a6d4 commit 4f27b96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flask_restful/fields.py
@@ -1,6 +1,4 @@
from datetime import datetime
from calendar import timegm
import pytz
from decimal import Decimal as MyDecimal, ROUND_HALF_EVEN
from email.utils import formatdate
import six
Expand All @@ -9,8 +7,7 @@
except ImportError:
# python3
from urllib.parse import urlparse, urlunparse

from flask_restful import inputs, marshal
from flask_restful import marshal
from flask import url_for, request

__all__ = ["String", "FormattedString", "Url", "DateTime", "Float",
Expand Down

0 comments on commit 4f27b96

Please sign in to comment.