Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apchytr committed Nov 28, 2024
1 parent ca8b331 commit 07b48b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_math/test_backend_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@
"""
Unit tests for the :class:`BackendManager`.
"""
from unittest.mock import MagicMock, patch

import numpy as np
import pytest
import tensorflow as tf

from mrmustard import math

from ..conftest import skip_np


# pylint: disable=too-many-public-methods
class TestBackendManager:
Expand Down

0 comments on commit 07b48b9

Please sign in to comment.