From c317a99cfb423b596aec60e1a8ae9273faf3045d Mon Sep 17 00:00:00 2001
From: Johannes Erwerle <jo@swagspace.org>
Date: Mon, 17 Oct 2022 07:42:00 +0200
Subject: [PATCH] removed unnecessary import in code example

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 0aaa356..4b08a70 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@ The current version of the library is 3.2 which features support for NETDB API v
 Initialisation works as followed, for configuration an `APIEndpoint`-Instance has to be passed to the `API-Session` call.
 ```python
 >>> import netdb_client.api32
->>> import netdb_client.util
 
 >>> endpoint = netdb_client.APIEndpoint(
     base_url='www-net-devel.scc.kit.edu',
-- 
GitLab