Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove remaining references to gray() #220

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion completions/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"fit-content": t.length + t.percentage,
"format": [t.string],
"frames": t.integer,
"gray": t.number + t.percentage,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reference might not actually be problematic in terms of autocompletions, but it should be removed regardless since the gray() function no longer exists

# "has": [], # TODO: has takes a selector list as an arg. should it have completions?
# "host": [], # TODO: host takes a selector list as an arg. should it have completions?
# "host-context": [], # TODO: host-context takes a selector list as an arg. should it have completions?
Expand Down
1 change: 0 additions & 1 deletion completions/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@
device_gray,
device_nchannel,
device_rgb,
gray,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is most likely that I removed the gray definition here but not this reference to it - my bad 😬

green,
h,
hsl,
Expand Down
Loading