isort: Reformat using isort.
This commit is contained in:
parent
37e2596124
commit
5580c68ae5
162 changed files with 539 additions and 444 deletions
|
@ -1,14 +1,15 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from os.path import dirname, basename
|
||||
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
import glob
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
from os.path import basename, dirname
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def parse_args():
|
||||
description = """
|
||||
Script to run test_<bot_name>.py files in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue