We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b52f37 commit 7398414Copy full SHA for 7398414
codegen/src/main/scala/overflowdb/codegen/CodeGen.scala
@@ -1270,7 +1270,6 @@ class CodeGen(schema: Schema) {
1270
|
1271
|package object $packageSimpleName {
1272
| // some type aliases so that the domain-specific code can avoid referencing the `overflowdb` namespace
1273
- | type DiffGraphBuilder = _root_.overflowdb.BatchedUpdate.DiffGraphBuilder
1274
1275
| object help {
1276
| type Doc = _root_.overflowdb.traversal.help.Doc
0 commit comments