diff options
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/python-mode/pseaborn (renamed from snippets/python-mode/seaborn) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snippets/python-mode/seaborn b/snippets/python-mode/pseaborn index bfa54da..1667078 100644 --- a/snippets/python-mode/seaborn +++ b/snippets/python-mode/pseaborn @@ -1,7 +1,7 @@ # -*- mode: snippet -*- -# name: seaborn +# name: pseaborn # key: sns # group: imports # -- -import seaborn as sns +from pseaborn import sns $0
\ No newline at end of file |