Skip to content

Commit

Permalink
import order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Oct 16, 2023
1 parent c93e6d4 commit c108229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/python/sample_merges.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
merges that are trivial.
"""

import os
import argparse
from pathlib import Path
import pandas as pd
from tqdm import tqdm
import numpy as np
import argparse
import os
from pathlib import Path
from cache_utils import slug_repo_name

if __name__ == "__main__":
Expand Down

0 comments on commit c108229

Please sign in to comment.