fmt
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from django.db import models
|
||||
|
||||
from utils.models import JSONField
|
||||
|
||||
|
||||
|
||||
@@ -3,10 +3,11 @@ import os
|
||||
import threading
|
||||
import time
|
||||
|
||||
from django.db import transaction, IntegrityError
|
||||
from django.db import IntegrityError, transaction
|
||||
|
||||
from utils.shortcuts import rand_str
|
||||
from judge.languages import languages
|
||||
from utils.shortcuts import rand_str
|
||||
|
||||
from .models import SysOptions as SysOptionsModel
|
||||
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# Create your tests here.
|
||||
Reference in New Issue
Block a user