Skip to content

Commit

Permalink
add import lightning if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ANazaret committed Oct 16, 2024
1 parent 13f10f5 commit 2068b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testbed/src/testbed/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# noinspection PyUnresolvedReferences
import lightgbm as lgb # noqa F401

# import lightning

import argparse
import logging
import os
Expand Down

0 comments on commit 2068b76

Please sign in to comment.