Fix pre-commit on version_tuple string
This commit is contained in:
parent
608a0dcf8f
commit
3ce9ac7ecb
@ -15,7 +15,7 @@
|
||||
"""Current version of PyMongo."""
|
||||
from typing import Tuple, Union
|
||||
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 0, '.dev0')
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 6, 0, ".dev0")
|
||||
|
||||
|
||||
def get_version_string() -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user