From 51b94af26b77fe6c96b7b918b39fade0bff71c12 Mon Sep 17 00:00:00 2001 From: "Olivier J.N. Bertrand" <bolirev@hotmail.com> Date: Wed, 3 Jan 2018 15:29:59 +0100 Subject: [PATCH] PEP8 correct F401 --- doc/source/example/database/get_posorients.py | 3 --- navipy/database/__init__.py | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/source/example/database/get_posorients.py b/doc/source/example/database/get_posorients.py index 89b3f2a..dfcd6cf 100644 --- a/doc/source/example/database/get_posorients.py +++ b/doc/source/example/database/get_posorients.py @@ -1,6 +1,3 @@ -import pandas as pd -import numpy as np -import matplotlib.pyplot as plt from navipy.database import DataBaseLoad import pkg_resources diff --git a/navipy/database/__init__.py b/navipy/database/__init__.py index c4bd1d6..e48e7fc 100644 --- a/navipy/database/__init__.py +++ b/navipy/database/__init__.py @@ -14,7 +14,7 @@ How to load a database ---------------------- .. literalinclude:: example/database/get_posorients.py - :lines: 11 + :lines: 8 How to load all position-orientation ------------------------------------ @@ -26,7 +26,7 @@ position-orientation in the database. More technically \ speaking, loading the full table of position-orientaiton. .. literalinclude:: example/database/get_posorients.py - :lines: 12-13 + :lines: 9-10 .. plot:: example/database/get_posorients.py -- GitLab