Skip to content

Commit 308343c

Browse files
nielstroncffls
authored andcommitted
Remove unused imports
1 parent 5bb4a7a commit 308343c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/pycardano/test_plutus.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
import copy
2-
import pipes
32
import subprocess
43
import sys
54
import tempfile
6-
import unittest
75
from dataclasses import dataclass
86
from test.pycardano.util import check_two_way_cbor
97
from typing import Dict, List, Union
108

119
import pytest
1210
from cbor2 import CBORTag
1311

14-
from pycardano.exception import DeserializeException, SerializeException
12+
from pycardano.exception import DeserializeException
1513
from pycardano.plutus import (
1614
COST_MODELS,
1715
ExecutionUnits,

0 commit comments

Comments
 (0)