Skip to content

Commit

Permalink
Update core.py -- fixing bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall authored Nov 13, 2023
1 parent 1bd53cf commit c4feeb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions HARK/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@
from HARK.parallel import multi_thread_commands, multi_thread_commands_fake
from HARK.utilities import NullFunc, get_arg_names

<<<<<<< HEAD
=======
# Set logging and define basic functions
import logging

>>>>>>> 7c443df5 (black)
logging.basicConfig(format="%(message)s")
_log = logging.getLogger("HARK")
_log.setLevel(logging.ERROR)
Expand Down

0 comments on commit c4feeb3

Please sign in to comment.