Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Feb 23, 2024
1 parent 34a0379 commit 5a2c6af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"python.analysis.typeCheckingMode": "basic",
"isort.args": [
"--profile black"
"--profile",
"black"
],
"black-formatter.importStrategy": "fromEnvironment",
}
2 changes: 1 addition & 1 deletion scripts/map_tokens.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python3

import argparse
import pickle
import os
import pickle

from delphi.eval.token_map import token_map
from delphi.eval.utils import load_validation_dataset
Expand Down

0 comments on commit 5a2c6af

Please sign in to comment.