Skip to content

Commit

Permalink
Hmm fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Feb 26, 2024
1 parent dbcd38a commit 6fa4f71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion mwdb/core/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Service:
MWDB API documentation.
If you want to automate things, we recommend using
<a href="http://github.com/CERT-Polska/mwdblib">
<a href="https://github.com/CERT-Polska/mwdblib">
mwdblib library
</a>
"""
Expand Down
1 change: 0 additions & 1 deletion mwdb/resources/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from uuid import UUID

from flask import g, request
from luqum.parser import ParseError
from werkzeug.exceptions import BadRequest, Forbidden, MethodNotAllowed, NotFound

from mwdb.core.capabilities import Capabilities
Expand Down
1 change: 0 additions & 1 deletion mwdb/resources/search.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from flask import g, request
from luqum.parser import ParseError
from werkzeug.exceptions import BadRequest

from mwdb.core.deprecated import DeprecatedFeature, deprecated_endpoint
Expand Down

0 comments on commit 6fa4f71

Please sign in to comment.