Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit 1c32f0e

Browse files
authored
Fix merge conflict 2
1 parent 53a251f commit 1c32f0e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

py_everything/maths.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
<<<<<<< HEAD
21
from typing import Union, List, Dict
32
from py_expression_eval import Parser
43
import math
5-
=======
6-
from typing import Union, List
7-
import math, ast
8-
>>>>>>> b8ee35466b49ba82e6e78d7b80ae33dc5b027bd7
94
from . import error
105

116
def add(num1: Union[int, float], num2: Union[int, float], *args) -> Union[int, float]:

0 commit comments

Comments
 (0)