Changeset - 6801d1235969
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-05-25 14:38:02
brettcsmith@brettcsmith.org
tests: Remove unused import.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
tests/test_books_loader.py
Show inline comments
...
 
@@ -5,25 +5,24 @@
 
# it under the terms of the GNU Affero General Public License as published by
 
# the Free Software Foundation, either version 3 of the License, or
 
# (at your option) any later version.
 
#
 
# This program is distributed in the hope that it will be useful,
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
# GNU Affero General Public License for more details.
 
#
 
# You should have received a copy of the GNU Affero General Public License
 
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 

	
 
import hashlib
 
import re
 

	
 
from datetime import date
 
from pathlib import Path
 

	
 
import pytest
 

	
 
from . import testutil
 

	
 
from conservancy_beancount import books
 

	
 
books_path = testutil.test_path('books')
0 comments (0 inline, 0 general)