Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
egorkrash committed Aug 18, 2023
1 parent 3fe9c1e commit df73c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/finetuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import subprocess
import argparse
from abc import ABC, abstractmethod
from utils.arguments import Config
from utils.logger import setup_logger
from utils.arguments import *
from src.train_lm import train as train_lm
Expand Down

0 comments on commit df73c40

Please sign in to comment.