Skip to content
Snippets Groups Projects
Commit 839e06c99b04 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:rocket: isort does not handle try/block in imports

parent 905fa70d2e27
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
# vim: set shiftwidth=4 softtabstop=4:
"""Script to run test with local modules
isort:skip_file
"""
# Version 2.19
import argparse
......
#!/usr/bin/env python
# vim: set shiftwidth=4 softtabstop=4:
"""Script to locally build a docker image
isort:skip_file
"""
# Version 2.19
import argparse
......
......@@ -2,6 +2,8 @@
# -*- coding: utf-8 -*-
"""Launch a docker image but bind the local directory inside the container
and define the module path automatically.
isort:skip_file
"""
# Version 2.19
import argparse
......
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