Skip to content

Commit

Permalink
fix: interface
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Nov 25, 2024
1 parent b8fb290 commit 1943264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_sync/a_sync/_flags.pxd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cdef inline bint negate_if_necessary(str flag, bint flag_value)
cdef inline bint validate_flag_value(str flag, object flag_value)
cdef inline bint validate_and_negate_if_necessary(str flag, bint flag_value)
cdef inline bint validate_and_negate_if_necessary(str flag, object flag_value)

0 comments on commit 1943264

Please sign in to comment.