Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-08-11 09:08:19 -06:00 committed by GitHub
parent 2e76d554e2
commit 375ee54c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ class UnrecognizedAnnouncement(unittest.TestCase):
def _tub_maker(self, overrides):
return Service()
def native_storage_server(self, config=None):
def native_storage_server(self, config: Optional[StorageClientConfig] = None) -> NativeStorageServer:
"""
Make a ``NativeStorageServer`` out of an unrecognizable announcement.
"""