Skip to content

Commit

Permalink
Remove unnecessary ostream
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 23, 2024
1 parent 610f6b0 commit 0060a22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/templates/MutableObject.cc.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include "nlohmann/json.hpp"
#endif

#include <ostream>

{{ utils.namespace_open(class.namespace) }}

{{ macros.constructors_destructors(class.bare_type, Members, multi_relations=OneToManyRelations + VectorMembers, prefix='Mutable') }}
Expand Down

0 comments on commit 0060a22

Please sign in to comment.