diff options
Diffstat (limited to 'checkers/misc.py')
-rw-r--r-- | checkers/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/misc.py b/checkers/misc.py index 8f6ad2dc0..7f09d404d 100644 --- a/checkers/misc.py +++ b/checkers/misc.py @@ -55,7 +55,7 @@ separated by a comma.' notes """ stream = node.file_stream - stream.seek(0) + stream.seek(0) # XXX may be removed with astng > 0.23 # warning notes in the code notes = [] for note in self.config.notes: |