Skip to content

Commit ec0b8e9

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

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)