Skip to content

Commit

Permalink
1. Added ORCID_fixer clas in fixer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlhlui committed Aug 30, 2024
1 parent 0726a47 commit b76b844
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pyorcid_checksum/fixer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""Fix the ORCID/ORCID ID if the checksum result is incorrect"""

import re
import re

class ORCID_fixer:
def __init__(self) -> None:
pass

0 comments on commit b76b844

Please sign in to comment.