Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Nov 22, 2024
1 parent ed2d6ba commit 81ca5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alfalfa_client/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import concurrent.futures
import functools
import json
import shutil
import tempfile
from functools import partial
from os import PathLike
Expand Down Expand Up @@ -81,6 +80,7 @@ def parallel_wrapper(self, *args, **kwargs):

return parallel_wrapper


def common_root(*paths: PathLike) -> Path:
path_parts = []
min_len = 0
Expand Down

0 comments on commit 81ca5c6

Please sign in to comment.