Remove unused get_by_request helper

This commit is contained in:
Patrick Smith
2019-02-22 11:23:31 -05:00
parent 1ef16c74b9
commit b778942dd7
3 changed files with 1 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
from sqlalchemy import Column, ForeignKey, String
from sqlalchemy import Column, String
from sqlalchemy.orm import relationship
from itertools import chain