Skip to content

Commit

Permalink
Merge pull request #64 from VincentAuriau/actions/black
Browse files Browse the repository at this point in the history
Format Python code with psf/black push
  • Loading branch information
VincentAuriau authored Dec 29, 2023
2 parents ee638c2 + ad4242b commit 629063c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyalapin/interface/color_edition.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def __init__(
black_piece_fill,
black_piece_border,
):

self.white_cell = white_cell
self.down_white_cell = down_white_cell
self.black_cell = black_cell
Expand Down
1 change: 0 additions & 1 deletion pyalapin/interface/colorize.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def color_one_img(pil_img, background_color, border_color, inner_color):


if __name__ == "__main__":

parser = argparse.ArgumentParser()
parser.add_argument("-ccb", "--color_cell_black", nargs="+")
parser.add_argument("-ccw", "--color_cell_white", nargs="+")
Expand Down

0 comments on commit 629063c

Please sign in to comment.