Skip to content

Commit

Permalink
Merge pull request #1500 from AoiDragon/master
Browse files Browse the repository at this point in the history
FIX: Delete unnecessary import
  • Loading branch information
AoiDragon authored Oct 19, 2022
2 parents 8b44be6 + a5c6926 commit 7f52510
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recbole/trainer/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@
################################
"""

from modulefinder import Module
import os

from logging import getLogger
from pickletools import optimize
from time import time
from turtle import forward

import numpy as np
import torch
Expand Down

0 comments on commit 7f52510

Please sign in to comment.