You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/02/27 21:19:31 UTC

[streampipes] 02/05: chore: reformatting

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch 1259-verify-authentication-on-startup-of-python-client
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 8470f8967f6a5fbe563676bdcfdb8c5e6428204b
Author: bossenti <bo...@posteo.de>
AuthorDate: Mon Feb 27 22:12:27 2023 +0100

    chore: reformatting
    
    Signed-off-by: bossenti <bo...@posteo.de>
---
 streampipes-client-python/streampipes/endpoint/api/data_stream.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/streampipes-client-python/streampipes/endpoint/api/data_stream.py b/streampipes-client-python/streampipes/endpoint/api/data_stream.py
index 4780d3ea4..43ba2de32 100644
--- a/streampipes-client-python/streampipes/endpoint/api/data_stream.py
+++ b/streampipes-client-python/streampipes/endpoint/api/data_stream.py
@@ -18,15 +18,14 @@
 """
 Specific implementation of the StreamPipes API's data stream endpoints.
 """
-from typing import Tuple, Type
-
-from streampipes.endpoint.endpoint import APIEndpoint
-from streampipes.model.container import DataStreams
 
 __all__ = [
     "DataStreamEndpoint",
 ]
+from typing import Tuple, Type
 
+from streampipes.endpoint.endpoint import APIEndpoint
+from streampipes.model.container import DataStreams
 from streampipes.model.container.resource_container import ResourceContainer