We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9970392 commit b6142bfCopy full SHA for b6142bf
openapi_python_client/utils.py
@@ -3,7 +3,7 @@
3
from keyword import iskeyword
4
from typing import Any, List
5
6
-DELIMITERS = " _-"
+DELIMITERS = r"\. _-"
7
8
9
class PythonIdentifier(str):
0 commit comments