🎨 Format Python code with psf/black (#301)

Co-authored-by: ndem0 <ndem0@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-21 10:34:11 +02:00
committed by GitHub
parent 5f89968805
commit aef134cfb3

View File

@@ -154,8 +154,6 @@ class R3Refinement(Callback):
const_pts[location] = len(pts) const_pts[location] = len(pts)
self._const_pts = const_pts self._const_pts = const_pts
def on_train_epoch_end(self, trainer, __): def on_train_epoch_end(self, trainer, __):
""" """
Callback function called at the end of each training epoch. Callback function called at the end of each training epoch.