Skip to content

Commit

Permalink
Remove future
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 29, 2024
1 parent 828b811 commit a83f615
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ckanext/ckanext-apicatalog/ckanext/apicatalog/plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from __future__ import absolute_import
from future import standard_library
from builtins import str
from builtins import range
import ckan.plugins as plugins
Expand Down
1 change: 0 additions & 1 deletion ckanext/ckanext-apicatalog/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
future
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-

from future import standard_library
from builtins import str
from builtins import object
import sys
Expand Down

0 comments on commit a83f615

Please sign in to comment.