Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincyi committed Jul 5, 2023
1 parent 8fc468e commit 3f6dff1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/experimental/engine.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import sys
import importlib
from contextlib import contextmanager
from typing import Any

_BACKEND_ENGINE = "numpy"


def backend():
global _BACKEND_ENGINE
return _BACKEND_ENGINE


Expand Down

0 comments on commit 3f6dff1

Please sign in to comment.