diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2024-04-15 20:04:06 +0000 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2024-04-19 23:44:48 +0200 |
| commit | 70af678fe3e3c87150141de2fdc9566ace3b716a (patch) | |
| tree | c1b36d14547948eddfb02f1b74ee73c891fed20e /svntogit | |
| parent | b069896c6ac94a5a83fac93dfd885c5d949f5334 (diff) | |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Diffstat (limited to 'svntogit')
| -rw-r--r-- | svntogit/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svntogit/urls.py b/svntogit/urls.py index a86b38e5..40a1a068 100644 --- a/svntogit/urls.py +++ b/svntogit/urls.py @@ -1,6 +1,7 @@ """ Legacy URLs for changesets. """ + from django.urls import path from .views import redirect_to_github |
