Skip to content
Snippets Groups Projects
Commit c1aad5cd authored by Moul's avatar Moul
Browse files

[mod] Change imports syntaxes

parent 7ce7e3b7
No related branches found
No related tags found
1 merge request!157v1.0.0rc0: merge dev into master
Pipeline #12561 waiting for manual action
......@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import re
from typing import Any, Optional, TypeVar, Type, Dict
import duniterpy.constants as constants
from duniterpy import constants
from ..documents import MalformedDocumentError
......
......@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import unittest
import duniterpy.api.endpoint as endpoint
from duniterpy.api import endpoint
class TestEndpoint(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment