Skip to content

Commit

Permalink
fix: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
hyukychang committed Nov 21, 2024
1 parent 43102b2 commit ba7fb7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ara/settings/dev/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import socket
from datetime import datetime, timezone

import pymysql

from ara.settings import INSTALLED_APPS, LOGGING, MIDDLEWARE

from ..djangorestframework import REST_FRAMEWORK

pymysql.install_as_MySQLdb()

DEBUG = True

ALLOWED_HOSTS = ["*"]
Expand Down

0 comments on commit ba7fb7d

Please sign in to comment.