Skip to content
Snippets Groups Projects
Commit 0e78008f authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Code formatting (flake8-valid)

parent 015e0c60
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# flake8: noqa
#
# Documentation build configuration file
#
......
......@@ -18,6 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###############################################################################
import ast
......@@ -28,5 +29,6 @@
with open('manifest', 'w') as out:
out.write(d['description'])
if __name__ == "__main__":
main()
......@@ -31,3 +33,2 @@
if __name__ == "__main__":
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment