From fe31857c7d5b90c90784d83b12326c0ba80ff019 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Nov 2024 23:27:55 -0600 Subject: fix pylint errors --- yoshi/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yoshi/account.py') diff --git a/yoshi/account.py b/yoshi/account.py index bf97c23..fb42008 100644 --- a/yoshi/account.py +++ b/yoshi/account.py @@ -5,7 +5,7 @@ Modules imported: - database: A custom module providing database functionality. """ -import yoshi.database as database +from yoshi import database class Account: -- cgit v1.2.3-70-g09d2