Skip to content

Commit 0be5542

Browse files
committed
Remove leftover
1 parent 671065e commit 0be5542

File tree

1 file changed

+1
-1
lines changed
  • opentaxii/persistence/sqldb

1 file changed

+1
-1
lines changed

opentaxii/persistence/sqldb/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ def _apply_match_version(
802802
if "all" in match_version:
803803
return query
804804
version_filters = []
805-
taxii2models
805+
806806
for value in match_version:
807807
if value == "first":
808808
VersionSTIXObject = aliased(taxii2models.STIXObject, name="oso_min")

0 commit comments

Comments
 (0)