We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4e054 commit 85094b6Copy full SHA for 85094b6
addons/source-python/packages/source-python/net_channel.py
@@ -37,6 +37,6 @@
37
# >> CLASSES
38
# =============================================================================
39
class NetFlow(IntEnum):
40
- FLOW_IN_OUT = FLOW_IN_OUT
41
- FLOW_INCOMING = FLOW_INCOMING
42
- FLOW_OUTGOING = FLOW_OUTGOING
+ IN_OUT = FLOW_IN_OUT
+ INCOMING = FLOW_INCOMING
+ OUTGOING = FLOW_OUTGOING
0 commit comments