Skip to content

Commit

Permalink
remove django.utils.six.moves from ignore: Dropped by suffix match
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jones committed Dec 21, 2017
1 parent f17d12e commit 948e824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freezegun/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ def freeze_time(time_to_freeze=None, tz_offset=0, ignore=None, tick=False, as_ar
if ignore is None:
ignore = []
ignore.append('six.moves')
ignore.append('django.utils.six.moves')
ignore.append('threading')
ignore.append('Queue')
return _freeze_time(time_to_freeze, tz_offset, ignore, tick, as_arg)
Expand Down

0 comments on commit 948e824

Please sign in to comment.