Change imp_get_frozen_object

This commit is contained in:
coolreader18 2019-06-14 10:47:28 -05:00
parent 048ecf4871
commit 71b3fca2ed

View file

@ -9,8 +9,6 @@ use serde::{Deserialize, Serialize};
use std::collections::{HashMap, HashSet};
use std::fmt;
pub use ast::{ConversionFlag, Location};
/// Primary container of a single code object. Each python function has
/// a codeobject. Also a module has a codeobject.
#[derive(Clone, PartialEq, Serialize, Deserialize)]