Skip to content

Commit 4b2e528

Browse files
committed
triv: removed old code
1 parent 217a1ca commit 4b2e528

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-smartbase-admin"
3-
version = "0.2.41"
3+
version = "0.2.42"
44
description = ""
55
authors = ["SmartBase <[email protected]>"]
66
readme = "README.md"

src/django_smartbase_admin/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ def fieldsets(self):
5252
)
5353

5454

55-
get_filter_query_prefix = __import__("book.utils", fromlist=["get_filter_query_prefix"])
56-
57-
5855
def _pluck_classes(modules, classnames):
5956
"""
6057
Gets a list of class names and a list of modules to pick from.

0 commit comments

Comments
 (0)