Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 65c1af4

Browse files
committed
flake8
fixing rulings to pass build tests
1 parent 0285f67 commit 65c1af4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rtmbot.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#!/usr/bin/env python
2+
from argparse import ArgumentParser
23
import sys
34
import os
4-
sys.path.append(os.getcwd())
5-
6-
from argparse import ArgumentParser
7-
85
import yaml
96
import client
107

8+
sys.path.append(os.getcwd())
119

1210
def parse_args():
1311
parser = ArgumentParser()

0 commit comments

Comments
 (0)