Skip to content

Commit 2bb3fed

Browse files
author
Olivier Chafik
committed
nit: fix py import
1 parent 9685043 commit 2bb3fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch_server_test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
from typing import Generator
1818
from pydantic import BaseModel
19-
from typing import *
19+
from typing import Optional
2020
import subprocess
2121

2222

0 commit comments

Comments
 (0)