We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9480180 commit 1761de8Copy full SHA for 1761de8
pypika/utils.py
@@ -36,18 +36,7 @@ class FunctionException(Exception):
36
pass
37
38
39
-<<<<<<< HEAD
40
-C = TypeVar("C")
41
-
42
43
-def builder(func: C) -> C:
44
-=======
45
-class MixedInsertStyleError(QueryException):
46
- pass
47
48
49
def builder(func: Callable) -> Callable:
50
->>>>>>> 25aabb6 (simple insert_dict() builder)
51
"""
52
Decorator for wrapper "builder" functions. These are functions on the Query class or other classes used for
53
building queries which mutate the query and return self. To make the build functions immutable, this decorator is
0 commit comments