Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Jan 23, 2024
1 parent 6e0611b commit d16f671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions fedn/fedn/network/api/client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import json

import requests

__all__ = ['APIClient']
Expand Down
1 change: 1 addition & 0 deletions fedn/fedn/network/clients/client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import base64
import io
import json
import os
import queue
import re
Expand Down

0 comments on commit d16f671

Please sign in to comment.