Skip to content

Commit

Permalink
fix an overlooked conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Aug 14, 2024
1 parent 90033a2 commit 1b51de5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mcdc/card.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
import numpy as np
import sympy

<<<<<<< HEAD
from mcdc.constant import INF, SHIFT, PI
=======
from mcdc.constant import (
BOOL_AND,
BOOL_OR,
BOOL_NOT,
INF,
SHIFT,
)
>>>>>>> dev

# Get the global variable container
import mcdc.global_ as global_
Expand Down

0 comments on commit 1b51de5

Please sign in to comment.