More styling

This commit is contained in:
Ram Rachum 2019-04-25 21:59:25 +03:00
parent c9f1dab584
commit aedaa7ee56

View file

@ -1,15 +1,10 @@
"""
Packaging implementation for PySnooper
Copyright 2019 Ram Rachum and collaborators.
This program is distributed under the MIT license.
"""
# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
import setuptools
import re
def read_file(filename):
"""Return the contents of a file"""
with open(filename) as file:
return file.read()