diff --git a/project/export/exports.py b/project/export/exports.py index 1b14945..62594ff 100644 --- a/project/export/exports.py +++ b/project/export/exports.py @@ -27,15 +27,3 @@ def atom(): os.path.join(constants.PUBLIC_DATA_DIR, 'atom', 'keymap.cson'), os.path.expanduser("~/.atom/keymap.cson") ) - - -def thing(): - print("thing") - - -def stuff(): - print("stuff") - - -def foo(): - print("foo")