diff --git a/migrations/internaltrue.py b/migrations/internaltrue.py deleted file mode 100644 index de83e48..0000000 --- a/migrations/internaltrue.py +++ /dev/null @@ -1,13 +0,0 @@ -from tyop import Migration - - -class InternalTrueMigration(Migration): - """Add `internal: true` to all internal network definitions.""" - - GLOB = "~/.abra/apps/**/**.yml" - - def migrate(compose): - pass - - -InternalTrueMigration()