Skip to content

Commit c27592a

Browse files
authored
Update __about__.py description (#41)
1 parent aa8e33f commit c27592a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/lightning_utilities/__about__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
__long_doc__ = """
1111
What is it?
1212
-----------
13-
It enables you share GH workflows and some basic assistance actions...
14-
15-
13+
This package allows for sharing GH workflows, CI/CD assistance actions, and Python utilities across the Lightning
14+
ecosystem.
1615
"""
1716

1817
__all__ = [

src/lightning_utilities/core/imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The PyTorch Lightning team.
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# http://www.apache.org/licenses/LICENSE-2.0
4-
#import importlib
4+
import importlib
55
import operator
66
from functools import lru_cache
77
from importlib.util import find_spec

0 commit comments

Comments
 (0)