Skip to content

Commit

Permalink
rm unused dependencies for python
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Aug 30, 2023
1 parent bd9d997 commit 6723aba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 682 deletions.
2 changes: 0 additions & 2 deletions src/parser/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ use csgoproto::demo::{CDemoClassInfo, CDemoFileHeader, CDemoPacket, CDemoSendTab
use csgoproto::netmessages::csvcmsg_game_event_list::Descriptor_t;
use netmessage_types::NetmessageType::*;
use protobuf::Message;
use rayon::iter::ParallelIterator;
use rayon::prelude::IntoParallelRefIterator;
use snap::raw::Decoder as SnapDecoder;
use std::sync::Arc;

Expand Down
Loading

0 comments on commit 6723aba

Please sign in to comment.