diff --git a/mamba_template.vim b/mamba_template.vim index 1007413..605461a 100644 --- a/mamba_template.vim +++ b/mamba_template.vim @@ -12,7 +12,6 @@ try: with open(filename, 'w') as f: f.write('# -*- coding: utf-8 -*-\n') f.write('\n') - f.write('\n') f.write('from doublex import *\n') f.write('from expects import *\n') f.write('from doublex_expects import *\n')