Skip to content

Commit 1ef03a1

Browse files
committed
Remove unused import.
1 parent 03f7e85 commit 1ef03a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lambda_local/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@
77

88
from __future__ import print_function
99
import argparse
10-
import sys
11-
from multiprocessing import Process
1210
import pkg_resources
1311

1412
from .main import run
1513

16-
1714
__version__ = pkg_resources.require("python-lambda-local")[0].version
1815

1916

0 commit comments

Comments
 (0)