not needed

This commit is contained in:
Martin Diehl 2020-09-30 08:16:12 +02:00
parent bbed4f9c6e
commit fdfcb16d15
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from io import StringIO
import abc import abc
import yaml import yaml
import numpy as np
class NiceDumper(yaml.SafeDumper): class NiceDumper(yaml.SafeDumper):
"""Make YAML readable for humans.""" """Make YAML readable for humans."""