Skip to content

Commit

Permalink
fix(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
mBouamama committed Mar 24, 2021
1 parent ea97c5d commit 4318b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ exrex==0.10.5
pyOpenSSL==20.0.1
pyperclip==1.8.2
questionary==1.9.0
requests==2.25.1
requests==2.25.1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# type: ignore
import re
import subprocess

import setuptools

# import subprocess

version = re.search(
r'^__version__\s*=\s*"(.*)"',
open("myjwt/__init__.py").read(),
Expand Down

0 comments on commit 4318b02

Please sign in to comment.