Skip to content

Commit

Permalink
💄 make flake8 happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana committed Aug 15, 2017
1 parent a1f0c7b commit cf7972a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@


import os
import re

from setuptools import setup, Command
from setuptools import setup

here = os.path.abspath(os.path.dirname(__file__))
version='0.4.2'
version = '0.4.2'

setup(
name='staty',
Expand Down

0 comments on commit cf7972a

Please sign in to comment.