From cb4b59c10ec43b440354836578bf8cb2362b5b56 Mon Sep 17 00:00:00 2001 From: Eduardo Schoenknecht Date: Mon, 9 Oct 2023 13:06:12 -0300 Subject: [PATCH 1/2] bugfix fail to find crypto attribute on pc-tests --- src/urtypes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/urtypes/__init__.py b/src/urtypes/__init__.py index b053dd0..32a422e 100644 --- a/src/urtypes/__init__.py +++ b/src/urtypes/__init__.py @@ -22,3 +22,4 @@ from .registry import * from .bytes import * +from .crypto import * \ No newline at end of file From 9b84f87c2b127baea0d665ddcbe4f677ee4f45be Mon Sep 17 00:00:00 2001 From: Eduardo Schoenknecht Date: Mon, 9 Oct 2023 13:26:42 -0300 Subject: [PATCH 2/2] lint --- src/urtypes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urtypes/__init__.py b/src/urtypes/__init__.py index 32a422e..d27fe62 100644 --- a/src/urtypes/__init__.py +++ b/src/urtypes/__init__.py @@ -22,4 +22,4 @@ from .registry import * from .bytes import * -from .crypto import * \ No newline at end of file +from .crypto import *