Skip to content

Commit

Permalink
set_blocking not needed (windows error)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Nov 28, 2023
1 parent 1301acb commit 1c56a7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
from signal import SIGTERM
from hashlib import sha1

from os import set_blocking

class Executor :
def __init__(self,io_list,callback):
self.io_list=io_list
Expand Down

0 comments on commit 1c56a7c

Please sign in to comment.