Skip to content

Commit a29901f

Browse files
committed
fix: misleading name
1 parent 68f001d commit a29901f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pymdoccbor/mso/issuer.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pymdoccbor.exceptions import MsoPrivateKeyRequired
1717
from pymdoccbor import settings
18-
from pymdoccbor.x509 import MsoX509Fabric
18+
from pymdoccbor.x509 import MsoX509FabricInteface
1919
from pymdoccbor.tools import shuffle_dict
2020
from cryptography import x509
2121
from cryptography.hazmat.primitives import serialization
@@ -24,8 +24,7 @@
2424

2525
from cbor_diag import *
2626

27-
28-
class MsoIssuer(MsoX509Fabric):
27+
class MsoIssuer(MsoX509FabricInteface):
2928
"""
3029
MsoIssuer helper class to create a new mso
3130
"""

pymdoccbor/x509.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from pymdoccbor import settings
1010

11-
class MsoX509Fabric:
11+
class MsoX509FabricInteface:
1212
"""
1313
MsoX509Fabric helper class to create a new mso
1414
"""

0 commit comments

Comments
 (0)