Skip to content

Commit

Permalink
small whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 authored Jan 16, 2019
1 parent 883991f commit 42fc1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url_filter/filtersets/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals

import abc
import re
from collections import defaultdict
Expand All @@ -19,6 +18,7 @@
from ..filters import BaseFilter
from ..utils import LookupConfig


__all__ = [
'FilterSet',
'FilterSetOptions',
Expand Down

0 comments on commit 42fc1c3

Please sign in to comment.