Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
GAME committed Jun 11, 2021
1 parent fbff3c8 commit 282382b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ntk/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
f"{SASS_SOURCE}/**/*.scss",
]

SASS_DESTINATION = 'assets'


class Config(object):
apikey = None
Expand Down
1 change: 0 additions & 1 deletion ntk/ntk.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
def main():
parser = Parser().create_parser()
args = parser.parse_args()

try:
args.func(args)
except AttributeError:
Expand Down

0 comments on commit 282382b

Please sign in to comment.