Skip to content

Commit

Permalink
Black: space around operator
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic-shafer authored Oct 25, 2023
1 parent ed3f561 commit 4689af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def tmpdir_module(request, tmpdir_factory):

def poll_enumerate():
logger = logging.getLogger(__name__)
msg_level = int(logging.INFO + logging.WARNING)//2
msg_level = int(logging.INFO + logging.WARNING) // 2
while True:
time.sleep(1)
logger.log(msg_level, "THREAD COUNT = %d", len(threading.enumerate()))
Expand Down

0 comments on commit 4689af1

Please sign in to comment.