Skip to content

Commit fa7821b

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent a56a169 commit fa7821b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervision/utils/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22
from pathlib import Path
3-
from typing import List, Optional, Union, Dict
3+
from typing import Dict, List, Optional, Union
44

55
import numpy as np
66
import yaml

0 commit comments

Comments
 (0)