Skip to content

Commit

Permalink
trigger pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovTemp committed Jan 10, 2024
1 parent 24883ee commit b0cb256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys

sys.path.append("src")
import re
import torch
import open_clip
Expand All @@ -15,7 +15,6 @@
from typing import List
from io import BytesIO
from api.prometheus.instrumentator import instrumentator
sys.path.append("src")


origins = [
Expand Down

0 comments on commit b0cb256

Please sign in to comment.