Skip to content

Commit

Permalink
Update __about__.py description (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Sep 6, 2022
1 parent aa8e33f commit c27592a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/lightning_utilities/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
__long_doc__ = """
What is it?
-----------
It enables you share GH workflows and some basic assistance actions...
This package allows for sharing GH workflows, CI/CD assistance actions, and Python utilities across the Lightning
ecosystem.
"""

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion src/lightning_utilities/core/imports.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The PyTorch Lightning team.
# Licensed under the Apache License, Version 2.0 (the "License");
# http://www.apache.org/licenses/LICENSE-2.0
#import importlib
import importlib
import operator
from functools import lru_cache
from importlib.util import find_spec
Expand Down

0 comments on commit c27592a

Please sign in to comment.