Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jul 12, 2024
1 parent cf0468a commit c410a81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fedn/network/clients/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import base64
import io
import json
import os
Expand All @@ -11,7 +10,6 @@
import uuid
from datetime import datetime
from io import BytesIO
from shutil import copytree

import grpc
import requests
Expand All @@ -28,7 +26,6 @@
from fedn.network.clients.package import PackageRuntime
from fedn.network.clients.state import ClientState, ClientStateToString
from fedn.network.combiner.modelservice import get_tmp_path, upload_request_generator
from fedn.utils.dispatcher import Dispatcher
from fedn.utils.helpers.helpers import get_helper

CHUNK_SIZE = 1024 * 1024
Expand Down

0 comments on commit c410a81

Please sign in to comment.