Skip to content

Commit

Permalink
Reformat code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoenberger committed Jul 11, 2023
1 parent d627859 commit a4750dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fastapi import FastAPI
from fastapi.responses import ORJSONResponse
from prometheus_fastapi_instrumentator import Instrumentator
from prometheus_client import Gauge
from prometheus_client import Gauge
import psutil
import os

Expand Down

0 comments on commit a4750dd

Please sign in to comment.