Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoeramirez committed Jul 8, 2024
1 parent 4c21966 commit 34b6b15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/cities_light/management/commands/cities_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
from argparse import RawTextHelpFormatter
import sys

if sys.platform != 'win32':
import resource

import resource
import pickle

from django.conf import settings
Expand Down
1 change: 0 additions & 1 deletion src/cities_light/receivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from .exceptions import InvalidItems



def set_name_ascii(sender, instance=None, **kwargs):
"""
Signal reciever that sets instance.name_ascii from instance.name.
Expand Down

0 comments on commit 34b6b15

Please sign in to comment.