~edwargix/git.sr.ht

48baad68fbb7bc356ff63d442810ad1b05ba83ec — Drew DeVault 7 years ago 31c9eff
Fix missing import
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/repos.py
M gitsrht/repos.py => gitsrht/repos.py +1 -1
@@ 1,5 1,5 @@
import subprocess
from flask import redirect, abort, url_for
from flask import redirect, abort, url_for, request
from gitsrht.access import get_repo, has_access, UserAccess
from gitsrht.types import User, Repository, RepoVisibility, Redirect
from srht.database import db