Skip to content

Commit

Permalink
Fix non-nested import in HTTP server
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Sommer <[email protected]>
  • Loading branch information
ashleysommer committed Mar 31, 2023
1 parent 9ac6fa7 commit 88d4835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyshacl/sh_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import os
import sys

import sanic.application.logo


try:
import sanic.application.logo

from sanic import Request, Sanic
from sanic.exceptions import InvalidUsage
from sanic.response import HTTPResponse, JSONResponse, text
Expand Down

0 comments on commit 88d4835

Please sign in to comment.