Skip to content

Commit 264d0d3

Browse files
committed
small change for pep8
1 parent 67ea793 commit 264d0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bio-api/bioapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def create_app():
672672
To contribute: [OmicsDatascience](https://github.com/omics-datascience/BioAPI)"""
673673
}
674674

675-
swagger = Swagger(flask_app, config=swagger_config)
675+
Swagger(flask_app, config=swagger_config)
676676

677677
# Endpoints
678678
@flask_app.route("/")

0 commit comments

Comments
 (0)