Skip to content

Commit aa0c490

Browse files
disable pylint warning
----------------------------- Co-authored-by: Ben Allred <ben.allred@qlik.com>
1 parent c766902 commit aa0c490

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

singer/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
from singer.state import (
6565
set_bookmark,
6666
# for backwards compatibility, use set_bookmark instead
67+
# pylint: disable=reimported
6768
set_bookmark as write_bookmark,
6869
get_bookmark,
6970
clear_bookmark,

0 commit comments

Comments
 (0)