Remove doctest run code

This commit is contained in:
Eric Torres
2019-04-10 18:00:47 -07:00
parent ec7da672f0
commit 666449156c
4 changed files with 2 additions and 25 deletions

View File

@ -128,10 +128,3 @@ class Hierarchy(PathLike):
json.dump(attr, mfile)
tmpfile.rename(self.metadata_path)
# ========== Functions ==========
if __name__ == "__main__":
import doctest
doctest.testmod()