8000 gdb.py does not require "re" module [flake8] · postgrespro/testgres@0011b4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0011b4c

Browse files
gdb.py does not require "re" module [flake8]
1 parent b2b947f commit 0011b4c

File tree

1 file changed

+0
-1
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+0
-1
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/gdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import functools
22
import os
3-
import re
43
import subprocess
54
import sys
65
import unittest

0 commit comments

Comments
 (0)
0