Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh committed Nov 29, 2024
1 parent d440b22 commit 0847792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openfl/federated/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"""openfl.federated package."""

from importlib import util
from importlib import util

from openfl.federated.data import DataLoader # NOQA
from openfl.federated.plan import Plan # NOQA
Expand Down
2 changes: 1 addition & 1 deletion openfl/federated/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"""Data package."""

from importlib import util
from importlib import util
from warnings import catch_warnings, simplefilter

with catch_warnings():
Expand Down
2 changes: 1 addition & 1 deletion openfl/native/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
This file defines openfl entrypoints to be used directly through python (not
CLI)
"""
from importlib import util
import json
import logging
import os
from copy import copy
from importlib import util
from logging import basicConfig, getLogger
from pathlib import Path
from sys import path
Expand Down

0 comments on commit 0847792

Please sign in to comment.