redundant

This commit is contained in:
meejah 2020-05-07 15:39:51 -06:00
parent 85d8e24421
commit c9f5ed7d64

View File

@ -208,7 +208,6 @@ def config_from_string(basedir, portnumfile, config_str):
""" """
We throw away any attempt to persist We throw away any attempt to persist
""" """
pass
return _Config(parser, portnumfile, basedir, '<in-memory>', write_new_config) return _Config(parser, portnumfile, basedir, '<in-memory>', write_new_config)