Skip to content

Commit cc6b4b7

Browse files
committed
more linting
1 parent 69c7891 commit cc6b4b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_hash_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,6 @@ class Address(m.BaseHashModel):
732732
# We need to build the key prefix because it will differ based on whether
733733
# these tests were copied into the tests_sync folder and unasynce'd.
734734
key_prefix = Address.make_key(Address._meta.primary_key_pattern.format(pk=""))
735-
schema = Address.redisearch_schema()
736735
assert (
737736
Address.redisearch_schema()
738737
== f"ON HASH PREFIX 1 {key_prefix} SCHEMA pk TAG SEPARATOR | a_string TAG SEPARATOR | a_full_text_string TAG SEPARATOR | a_full_text_string AS a_full_text_string_fts TEXT an_integer NUMERIC SORTABLE a_float NUMERIC"

0 commit comments

Comments
 (0)