Skip to content

Commit c4d93d5

Browse files
committed
Use future absolute import
1 parent 1cd00a8 commit c4d93d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry/filters/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Widget api is pretty ugly
2+
from __future__ import absolute_import
3+
24
from django.conf import settings
35
from django.utils.datastructures import SortedDict
46
from django.utils.safestring import mark_safe

0 commit comments

Comments
 (0)