Skip to content

Commit

Permalink
style(backend): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotAmn committed Jan 30, 2025
1 parent 315cc23 commit f7a3dca
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/services/student_picture_service.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
import os
import random
import string
from datetime import datetime, timedelta

from snowflake import SnowflakeGenerator

from app.globals import Globals
from app.models.Student import Student
from app.services.mail_service import MailService
from app.services.redis_service import RedisService
from app.tools.jwt_engine import generate_jwt
from app.tools.password_tools import hash_password
from app.tools.teklogger import log_debug, log_warning


class StudentPictureService:
@staticmethod
Expand Down

0 comments on commit f7a3dca

Please sign in to comment.