Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
kjwinfield committed Dec 12, 2024
1 parent 33d33d0 commit 7ca201e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DI-1294/strip_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import glob
from openpyxl import load_workbook


def parse_args():
"""
Parse command line arguments
Expand All @@ -25,6 +26,7 @@ def parse_args():

return parser.parse_args()


def strip_pid(file):
"""
Strip PID from cells C3, and D3 (which are the first name and last name
Expand Down

0 comments on commit 7ca201e

Please sign in to comment.