Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Dec 19, 2023
1 parent 0e31dd6 commit 5ff70f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: expose bool arg
import argparse
import logging

from flask import Flask, jsonify, render_template
from sqlalchemy import create_engine

Expand Down
4 changes: 2 additions & 2 deletions server/tests/test_status.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from server import API

import pytest

from server import API


@pytest.fixture
def client(tmp_path):
Expand Down

0 comments on commit 5ff70f2

Please sign in to comment.