Skip to content

Commit

Permalink
Use a more self-explanatory tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
quasistoic committed Mar 8, 2023
1 parent 73e239f commit 97dabed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from functools import cached_property
from urllib.parse import urlparse

MULTIPROFILE_TAG = "multiprofile"
MULTIPROFILE_TAG = "ignored_by_op_dedupe"
UNIMPLEMENTED_FIELDS = frozenset(["vault"])

def get_domain_from_url(url):
Expand Down

0 comments on commit 97dabed

Please sign in to comment.