Skip to content

Commit

Permalink
remove redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
arseniybelkov committed Jan 8, 2025
1 parent 0f56214 commit cf53034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thunder/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
from torch.optim.lr_scheduler import LRScheduler
except ImportError:
from torch.optim.lr_scheduler import _LRScheduler as LRScheduler
except Exception:
raise


class Policy(LRScheduler, metaclass=ABCMeta):
Expand Down

0 comments on commit cf53034

Please sign in to comment.