Skip to content

Commit

Permalink
fix: remove unused re from app_globals
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jul 20, 2023
1 parent 30a88fa commit 51d1ca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/app_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from __future__ import annotations

import logging
import re
from threading import Lock
from typing import Any, Union
from packaging.version import parse as parse_version
Expand Down

0 comments on commit 51d1ca5

Please sign in to comment.