Skip to content

Commit

Permalink
chore: move import time to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhongan committed Oct 24, 2024
1 parent 8cc1ea4 commit 0b1f77d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/semiconductor/semiconductor-ui/api/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import time
from collections import defaultdict

import openai
Expand Down Expand Up @@ -34,8 +35,6 @@ def get_or_create_agent(
)


import time

app = FastAPI()

app.add_middleware(
Expand Down

0 comments on commit 0b1f77d

Please sign in to comment.