Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Sep 30, 2024
1 parent 9a77111 commit 9539d54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mici/symnum_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

from __future__ import annotations

from functools import partial
from typing import TYPE_CHECKING

import numpy as np

SYMNUM_AVAILABLE = True
try:
import symnum
Expand Down

0 comments on commit 9539d54

Please sign in to comment.