aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/zot/zot/abconfig.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/zot/zot/abconfig.rs')
-rw-r--r--src/bin/zot/zot/abconfig.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/zot/zot/abconfig.rs b/src/bin/zot/zot/abconfig.rs
index 14875c8..1d67a54 100644
--- a/src/bin/zot/zot/abconfig.rs
+++ b/src/bin/zot/zot/abconfig.rs
@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-use zotapi;
+use zotapi::{self, ZotAPI};
pub async fn fetch(client: &zotapi::Client) {
match zotapi::ABConfig::z().fetch(&client).await {