Skip to content

Commit

Permalink
remove path insert
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Jan 30, 2024
1 parent d1e3d4c commit 023ef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stac_fastapi/elastic_search/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
# import sys

sys.path.insert(0, "/app")
# sys.path.insert(0, "/app")

import asyncio
import copy
Expand Down

0 comments on commit 023ef9b

Please sign in to comment.