Skip to content

Commit

Permalink
removed unused matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Oct 17, 2024
1 parent 3dd8838 commit 64aa9e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/unit_tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import base64
import json

import jwt
import matplotlib

matplotlib.use("Agg")
from collections.abc import Mapping
from dataclasses import dataclass
from io import StringIO
Expand All @@ -13,6 +8,7 @@
from typing import Any
from unittest.mock import Mock, patch

import jwt
import pytest
import responses
from bluesky_stomp.messaging import StompClient
Expand Down

0 comments on commit 64aa9e7

Please sign in to comment.