Skip to content

Commit

Permalink
Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Nov 24, 2022
1 parent 92d1420 commit 1063d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning_utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

from lightning_utilities.__about__ import * # noqa: F401, F403
from lightning_utilities.__about__ import *

_PACKAGE_ROOT = os.path.dirname(__file__)
_PROJECT_ROOT = os.path.dirname(_PACKAGE_ROOT)

0 comments on commit 1063d69

Please sign in to comment.