Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainFayolle committed Aug 21, 2023
1 parent 48922d2 commit f6eb480
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workplace/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@

from datetime import datetime

from dateutil.parser import parse
from dateutil.rrule import rrule, DAILY

import pytz

from rest_framework import serializers, status
from rest_framework.reverse import reverse
from rest_framework import serializers
from rest_framework.validators import UniqueValidator

from django.conf import settings
Expand Down

0 comments on commit f6eb480

Please sign in to comment.