Skip to content

Commit

Permalink
Readd missing re module import in api.py
Browse files Browse the repository at this point in the history
Was accidently kicked out while merging master into PR #47 branch.
  • Loading branch information
JOJ0 committed Oct 31, 2022
1 parent 0a43837 commit f98b619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synadm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import datetime
import json
import urllib.parse
import re


class ApiRequest:
Expand Down

0 comments on commit f98b619

Please sign in to comment.