Skip to content

Commit

Permalink
Se eliminan imports innecesarios
Browse files Browse the repository at this point in the history
  • Loading branch information
eljavatar committed Sep 14, 2018
1 parent de44d53 commit 74fec86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
import Reglas as reglas
import json
import time
from multiprocessing.pool import ThreadPool
from functools import wraps
import asyncio
from concurrent.futures import ThreadPoolExecutor

r = R()

Expand Down
2 changes: 0 additions & 2 deletions Reglas.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from functools import wraps
import asyncio
from concurrent.futures import ThreadPoolExecutor
from concurrent.futures import ProcessPoolExecutor
from multiprocessing.pool import ThreadPool


_DEFAULT_POOL = ThreadPoolExecutor(1)
Expand Down

0 comments on commit 74fec86

Please sign in to comment.