fix: Rollback change that broke test
This commit is contained in:
@@ -2,3 +2,6 @@ from flask import Flask
|
|||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.url_map.strict_slashes = False
|
app.url_map.strict_slashes = False
|
||||||
|
|
||||||
|
import github
|
||||||
|
import gitlab
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
git-python==1.0.3
|
|
||||||
Reference in New Issue
Block a user