Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jan 13, 2025
1 parent 9ed2572 commit 4094b09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tutorprint_course_certificates/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,4 @@ def _copy_file_p12() -> None:
# create folder of p12_path on env
os.makedirs(os.path.dirname(dest_fpath), exist_ok=True)
# copy file p12 to env
shutil.copyfile(
str(p12_path), dest_fpath
)
shutil.copyfile(str(p12_path), dest_fpath)

0 comments on commit 4094b09

Please sign in to comment.