mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
reorganize imports with ruff
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
|
||||
from django.urls import path, register_converter
|
||||
|
||||
from eboutic.views import *
|
||||
from eboutic.converters import PaymentResultConverter
|
||||
from eboutic.views import *
|
||||
|
||||
register_converter(PaymentResultConverter, "res")
|
||||
|
||||
|
Reference in New Issue
Block a user