Skip to content

Commit

Permalink
Undoing import TSDBAPI import, container fails so tests need to be up…
Browse files Browse the repository at this point in the history
…dated.
  • Loading branch information
bsefton12 committed Nov 6, 2023
1 parent b0f6b24 commit 1cb0487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/restapi/RestAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#from fastapi.responses import JSONResponse
from typing import Annotated, List, Dict

import psycopg2, os, sys, restapi.TSDBAPI
import psycopg2, os, sys, TSDBAPI

from pdmodels.Models import DeviceNote, PhysicalDevice, LogicalDevice, PhysicalToLogicalMapping
import api.client.DAO as dao
Expand Down

0 comments on commit 1cb0487

Please sign in to comment.