Skip to content

Commit

Permalink
pylint : disable consider-using-f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Jan 7, 2025
1 parent 248d62a commit ac739a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fqcn-fixer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python3
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 smartindent
# pylint: disable=invalid-name
# pylint: disable=invalid-name,consider-using-f-string

import sys
import os
Expand Down

0 comments on commit ac739a1

Please sign in to comment.