mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
flake8 fixes in main.py (How did this ever pass?)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
#coding: utf-8
|
||||
# coding: utf-8
|
||||
from __future__ import print_function
|
||||
|
||||
from mkdocs.build import build
|
||||
@@ -39,6 +39,7 @@ def main(cmd, args, options=None):
|
||||
else:
|
||||
print('mkdocs [help|new|build|serve|gh-deploy] {options}')
|
||||
|
||||
|
||||
def run_main():
|
||||
"""
|
||||
Invokes main() with the contents of sys.argv
|
||||
|
||||
Reference in New Issue
Block a user