Skip to content

Commit beb81f4

Browse files
authored
added minor type hinting
1 parent a575f5c commit beb81f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanic/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def load_environment_vars(self, prefix=SANIC_PREFIX):
332332
except ValueError:
333333
pass
334334

335-
def update_config(self, config: Union[bytes, str, dict, Any]):
335+
def update_config(self, config: Union[bytes, str, dict[str, Any], Any]):
336336
"""Update app.config.
337337
338338
.. note::

0 commit comments

Comments
 (0)