Skip to content

Commit

Permalink
Fix setup for services
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 17, 2019
1 parent 492a92f commit 6e4f6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from os.path import abspath, dirname

from setuptools import setup
Expand Down
2 changes: 2 additions & 0 deletions builder/mypy_boto3_builder/templates/service/setup.py.jinja2
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from os.path import abspath, dirname

from setuptools import setup
from setuptools.command.install import install

Expand Down

0 comments on commit 6e4f6e2

Please sign in to comment.