Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Nov 8, 2023
1 parent c6a8cc0 commit acc7319
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions datasets/flwr_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@


from flwr.common.version import package_version as _package_version

from .federated_dataset import FederatedDataset

__all__ = ["FederatedDataset"]
Expand Down
5 changes: 4 additions & 1 deletion datasets/flwr_datasets/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Flower Datasets package version helper. (Copied from the Flower.)"""
"""Flower Datasets package version helper.
The code is copied from flwr.
"""


import importlib.metadata as importlib_metadata
Expand Down

0 comments on commit acc7319

Please sign in to comment.