Skip to content

Commit 275ada9

Browse files
Update wait-for-psql.py
1 parent 8d60d9a commit 275ada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16.0/wait-for-psql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import psycopg2
44
import sys
55
import time
6-
6+
# Add
77

88
if __name__ == '__main__':
99
arg_parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)