diff options
author | BonfaceKilz | 2021-04-30 12:52:55 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-04-30 13:45:15 +0300 |
commit | bd702e59d7a426fe351d34367bf824683c655696 (patch) | |
tree | 95994298c5dc29e527a0646cd99a248c7bbd8a66 /wqflask/utility/genofile_parser.py | |
parent | d1bc52a0d8e1219f377e804c3f27a3543d234fcb (diff) | |
download | genenetwork2-bd702e59d7a426fe351d34367bf824683c655696.tar.gz |
autopep8: Fix W291, W292, W293, W391
Diffstat (limited to 'wqflask/utility/genofile_parser.py')
-rw-r--r-- | wqflask/utility/genofile_parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/utility/genofile_parser.py b/wqflask/utility/genofile_parser.py index 09100bd9..c0629b5d 100644 --- a/wqflask/utility/genofile_parser.py +++ b/wqflask/utility/genofile_parser.py @@ -98,4 +98,3 @@ class ConvertGenoFile: print("WARNING:", genotype.upper()) this_marker.genotypes.append("NA") self.markers.append(this_marker.__dict__) - |