Skip to content

Commit

Permalink
fix py2
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Oct 21, 2020
1 parent 541bef4 commit 3e620b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ckanext/googleanalytics/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import logging
import threading

from builtins import str, range

import requests

Expand Down
2 changes: 1 addition & 1 deletion ckanext/googleanalytics/plugin/pylons_plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
import queue
import Queue as queue

import hashlib
import importlib
Expand Down

0 comments on commit 3e620b5

Please sign in to comment.