Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 14, 2024
1 parent 7801120 commit d229d5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cssutils/_fetchgae.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def _defaultFetcher(url):
The response data exceeded the maximum allowed size, and the
allow_truncated parameter passed to fetch() was False.
"""
# from google.appengine.api import urlfetch
try:
r = urlfetch.fetch(url, method=urlfetch.GET)
except urlfetch.Error as e:
Expand Down

0 comments on commit d229d5c

Please sign in to comment.