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 Feb 5, 2025
1 parent 9d272b6 commit 2d6381b
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 2d6381b

Please sign in to comment.