Removed placeholder functions
This commit is contained in:
parent
462e12e4ec
commit
d53b457345
1 changed files with 0 additions and 12 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue