Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 8, 2023
1 parent aa75f3e commit 217e504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scoring/score_submission.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import operator
import os

from absl import app
from absl import flags
from absl import logging
import pandas as pd
import numpy as np
import operator

import pandas as pd
import scoring_utils
from tabulate import tabulate

from scoring import performance_profile
from scoring.performance_profile import check_if_minimized

Expand Down
2 changes: 1 addition & 1 deletion scoring/scoring_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import copy
import json
import os
import re
import copy

from absl import logging
import pandas as pd
Expand Down

0 comments on commit 217e504

Please sign in to comment.