Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
richrd committed Jan 27, 2016
1 parent c8ee476 commit 8bd805e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suplemon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
The main class that starts and runs Suplemon.
"""

__version__ = "0.1.44"

import os
import sys
Expand All @@ -19,6 +18,8 @@
from .config import Config
from .editor import Editor

__version__ = "0.1.44"


class App:
def __init__(self, filenames=None, config_file=None):
Expand Down

0 comments on commit 8bd805e

Please sign in to comment.