Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Nov 25, 2024
1 parent e4b6d97 commit a4e28df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions application/src/tira_app/endpoints/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

import json

from django.conf import settings
from django.urls import path
from rest_framework import status
from rest_framework.decorators import api_view
from rest_framework.request import Request
from rest_framework.response import Response
from django.conf import settings

from tira import __version__ as tira_version

from .. import model as modeldb
Expand Down
1 change: 0 additions & 1 deletion application/test/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,3 @@ def logger_config(log_dir: Path):
"notifications": "fooo",
"disraptorURL": "https://127.0.0.1:8081",
}

0 comments on commit a4e28df

Please sign in to comment.