fix py2 test failure

fix suggested by julian8628
This commit is contained in:
Mike McLean 2025-04-14 14:06:59 -04:00
parent 26f0e3e98a
commit 204b45edcc

View file

@ -75,7 +75,7 @@ class FakeConfigParser(object):
else:
self.CONFIG = copy.deepcopy(config)
def read(self, path, encoding):
def read(self, path, encoding=None):
return
def sections(self):