Skip to content

Commit

Permalink
Remove example_function and related tests
Browse files Browse the repository at this point in the history
they were created for project-setup testing purpose and are not necessary anymore
  • Loading branch information
marco-nicola committed Apr 24, 2018
1 parent a7f87f4 commit aa79855
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
11 changes: 0 additions & 11 deletions colonel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,3 @@
# limitations under the License.

"""Colonel - a Python 3 library for handling CoNLL data formats"""


def example_function(something: str) -> str:
"""Example function.
:param something: Just something...
"""
print(something)
if something:
print('Foo')
return 'Bar'
23 changes: 0 additions & 23 deletions tests/test_colonel.py

This file was deleted.

0 comments on commit aa79855

Please sign in to comment.