Skip to content

Commit

Permalink
add missing ast import
Browse files Browse the repository at this point in the history
docker compose would fail due to a missing import, looking for global ast
  • Loading branch information
glennvorhes authored and afabiani committed Jul 4, 2018
1 parent eb05344 commit 4d7d14a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import logging
import os
import re
import ast

import docker

Expand Down

0 comments on commit 4d7d14a

Please sign in to comment.