Skip to content

Commit efdbf4f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e3520ba commit efdbf4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/engines/test_patch_predictor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
import json
77
import shutil
88
import sqlite3
9+
from collections.abc import Callable
910
from pathlib import Path
10-
from typing import TYPE_CHECKING, Callable
11+
from typing import TYPE_CHECKING
1112

1213
import numpy as np
1314
import torch

0 commit comments

Comments
 (0)