Skip to content

Commit 0896b9b

Browse files
committed
Fixed flake8 errors
1 parent 8e17497 commit 0896b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/slugbuilder-hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
import os
77
import subprocess
88
import sys
9-
import uuid
109
import yaml
1110

1211
SLUG_DIR = os.environ['SLUG_DIR']
1312
CONTROLLER_DIR = os.environ['CONTROLLER_DIR']
1413

14+
1515
def parse_args():
1616
desc = """
1717
Process a git push by running it through the buildpack process

0 commit comments

Comments
 (0)