Skip to content

Commit 1761de8

Browse files
committed
remove unused exception
1 parent 9480180 commit 1761de8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pypika/utils.py

-11
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,7 @@ class FunctionException(Exception):
3636
pass
3737

3838

39-
<<<<<<< HEAD
40-
C = TypeVar("C")
41-
42-
43-
def builder(func: C) -> C:
44-
=======
45-
class MixedInsertStyleError(QueryException):
46-
pass
47-
48-
4939
def builder(func: Callable) -> Callable:
50-
>>>>>>> 25aabb6 (simple insert_dict() builder)
5140
"""
5241
Decorator for wrapper "builder" functions. These are functions on the Query class or other classes used for
5342
building queries which mutate the query and return self. To make the build functions immutable, this decorator is

0 commit comments

Comments
 (0)