Skip to content

Commit

Permalink
remove unused import and make relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 30, 2024
1 parent 807942d commit 2b8c9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions load_testing/run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ OTEL_TRACES_EXPORTER=otlp \
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 \
OTEL_EXPORTER_OTLP_PROTOCOL=grpc \
OTEL_LOG_LEVEL=debug \
PYTHONPATH=/Users/nate/github.com/prefecthq/prefect/src \
PYTHONPATH=src \
opentelemetry-instrument \
uvicorn \
--app-dir /Users/nate/github.com/prefecthq/prefect/src \
--app-dir src \
--factory prefect.server.api.server:create_app \
--host 127.0.0.1 \
--port 4200 \
Expand Down
1 change: 0 additions & 1 deletion src/prefect/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Import user-facing API
from typing import Any
import os
from prefect.deployments import deploy
from prefect.states import State
from prefect.logging import get_run_logger
Expand Down

0 comments on commit 2b8c9d4

Please sign in to comment.