Skip to content

Commit

Permalink
Fix pre0commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SkandanC committed Sep 5, 2023
1 parent 2c8aaab commit 4545327
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/kfactory/kcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@
from hashlib import sha3_512
from pathlib import Path
from tempfile import gettempdir
from typing import (
Any,
Literal,
TypeAlias,
TypeVar,
overload,
)
from typing import Any, Literal, TypeAlias, TypeVar, overload

import cachetools.func
import numpy as np
Expand Down

0 comments on commit 4545327

Please sign in to comment.