Remove unused import
This commit is contained in:
parent
a095a988fd
commit
1b4ffc81c6
1 changed files with 0 additions and 1 deletions
1
atmos.py
1
atmos.py
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse, subprocess, shlex, sys, os, glob
|
||||
from jinja2 import Environment, FileSystemLoader
|
||||
|
||||
def main(argv):
|
||||
parser = argparse.ArgumentParser(description='Control Terraform Workspaces.')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue