Skip to content

Commit 3f6dff1

Browse files
committed
Fix lint
1 parent 8fc468e commit 3f6dff1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/experimental/engine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import sys
2-
import importlib
31
from contextlib import contextmanager
42
from typing import Any
53

64
_BACKEND_ENGINE = "numpy"
75

86

97
def backend():
10-
global _BACKEND_ENGINE
118
return _BACKEND_ENGINE
129

1310

0 commit comments

Comments
 (0)