Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 5, 2023
1 parent f83a96a commit e80acd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/binding/python/ChunkInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <string>
#include <utility> // std::move


/*
* PyStrategy and PyPartialStrategy are the C++ representations for objects
* created in Python.
Expand Down Expand Up @@ -233,7 +232,6 @@ void init_Chunk(py::module &m)
return host_info::byMethod(self);
});


py::bind_vector<ChunkTable>(m, "ChunkTable");

using namespace chunk_assignment;
Expand Down

0 comments on commit e80acd7

Please sign in to comment.