Remove uneeded using statement

This commit is contained in:
jeremy 2022-11-22 14:22:19 +01:00
parent c0cb53e156
commit 662fa2e6d2

View File

@ -27,7 +27,6 @@ using conversions::FromPropertyValueToValue;
using conversions::ToMsgsVertexId;
namespace {
namespace msgs = msgs;
using AllEdgePropertyDataSructure = std::map<PropertyId, msgs::Value>;
using SpecificEdgePropertyDataSructure = std::vector<msgs::Value>;