Skip to content

Commit

Permalink
Add back TODO that was inadvertently removed
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelOtter committed Oct 21, 2023
1 parent 2bfdc91 commit 5725ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions granary/bluesky.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ def to_as1(obj, type=None, repo_did=None, repo_handle=None, pds=DEFAULT_PDS):

kwargs = {'repo_did': repo_did, 'repo_handle': repo_handle, 'pds': pds}

# TODO: once we're on Python 3.10, switch this to a match statement!
if type in ('app.bsky.actor.profile',
'app.bsky.actor.defs#profileView',
'app.bsky.actor.defs#profileViewBasic',
Expand Down

0 comments on commit 5725ee0

Please sign in to comment.