Make force_sep a kw-only argument.

This commit is contained in:
voussoir 2021-11-07 18:53:57 -08:00
parent 71830845d4
commit 281e95f184
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -87,8 +87,8 @@ class Path:
def __init__( def __init__(
self, self,
path, path,
force_sep=None,
*, *,
force_sep=None,
_case_correct=False, _case_correct=False,
): ):
''' '''