Skip to content

Commit 27afc40

Browse files
greylitheskumar
authored andcommitted
Fix flake8 W605 (theskumar#149)
1 parent 957b6c4 commit 27afc40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotenv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .compat import StringIO
1515

1616
__escape_decoder = codecs.getdecoder('unicode_escape')
17-
__posix_variable = re.compile('\$\{[^\}]*\}')
17+
__posix_variable = re.compile('\$\{[^\}]*\}') # noqa
1818

1919

2020
def decode_escaped(escaped):

0 commit comments

Comments
 (0)