We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98285e commit f4c131dCopy full SHA for f4c131d
1 file changed
sqlplus.py
@@ -168,8 +168,7 @@ def gen_items(self, root):
168
f = os.path.join(reldir, file)
169
if f.lower().endswith('.sql'):
170
f2, *_ = f.rpartition('.')
171
- fullpath = os.path.join(dirpath, file)
172
- yield (f, f2)
+ yield (f, f2)
173
174
def get_usage(self, filename):
175
if not filename.lower().endswith('.sql'):
0 commit comments