Skip to content

Commit

Permalink
Update score.py
Browse files Browse the repository at this point in the history
deleted importing unused package 'submission'
  • Loading branch information
lisasivak authored Apr 4, 2024
1 parent 0a931e9 commit b95f182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion score.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import sys
import argparse
import pandas as pd
import submission

parser = argparse.ArgumentParser(description="Score data.")
# Score subcommand
Expand Down

0 comments on commit b95f182

Please sign in to comment.