Skip to content

Commit

Permalink
fix formatting of diagnostics.py
Browse files Browse the repository at this point in the history
mdekstrand committed Jun 8, 2024
1 parent daeb886 commit ebf66d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lenskit/lenskit/diagnostics.py
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
# Copyright (C) 2023-2024 Drexel University
# Licensed under the MIT license, see LICENSE.md for details.
# SPDX-License-Identifier: MIT
"""
Warning and error classes and general LensKit diagnostic code.
"""


class DataWarning(UserWarning):
"""

0 comments on commit ebf66d6

Please sign in to comment.