diff options
author | Frederick Muriuki Muriithi | 2021-09-22 08:36:11 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-09-22 08:36:11 +0300 |
commit | 71cc35e5178904b512b9007e33be17a36f6656f2 (patch) | |
tree | 2d059b89aa30ce55d2cafe781915abc3ea31d948 /gn3/app.py | |
parent | cd7f301688fd9780df1f842f8bd2b7602775ba1f (diff) | |
download | genenetwork3-71cc35e5178904b512b9007e33be17a36f6656f2.tar.gz |
Fix typing issues
* Ignore some errors
* Update typing definitions for some portions of code
* Add missing imports
Diffstat (limited to 'gn3/app.py')
-rw-r--r-- | gn3/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ from typing import Dict from typing import Union from flask import Flask -from flask_cors import CORS +from flask_cors import CORS # type: ignore from gn3.api.gemma import gemma from gn3.api.rqtl import rqtl |