Skip to content

Commit

Permalink
Merge pull request #21 from k-zaytsev/small-fix
Browse files Browse the repository at this point in the history
delete not use import and blank line
  • Loading branch information
dchevell committed Oct 26, 2020
2 parents c7bbed3 + 180d196 commit c96d28d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions flask_executor/executor.py
@@ -1,8 +1,5 @@
import concurrent.futures
from multiprocessing import cpu_count
import re
from sys import version_info


from flask import copy_current_request_context
from flask.globals import _app_ctx_stack
Expand All @@ -11,7 +8,6 @@
from flask_executor.helpers import InstanceProxy, str2bool



def copy_current_app_context(fn):
app_context = _app_ctx_stack.top

Expand Down
1 change: 0 additions & 1 deletion flask_executor/helpers.py
Expand Up @@ -35,4 +35,3 @@ def __repr__(self):
class_name = object.__getattribute__(self, '__class__').__name__
target_repr = repr(self._self)
return '<%s( %s )>' % (class_name, target_repr)

0 comments on commit c96d28d

Please sign in to comment.