Skip to content

Commit e8513b3

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 460ebae commit e8513b3

File tree

1 file changed

+0
-3
lines changed
  • src/seclab_taskflow_agent/mcp_servers/memcache

1 file changed

+0
-3
lines changed

src/seclab_taskflow_agent/mcp_servers/memcache/memcache.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
'sqlite': SqliteBackend,
2626
}
2727

28-
# if MEMCACHE_STATE_DIR contains an absolute path we WANT the user to be able
29-
# to override the relative path in that case this path join will return
30-
# /MEMCACHE_STATE_DIR/memory.json
3128
MEMORY = mcp_data_dir('seclab-taskflow-agent', 'memcache', 'MEMCACHE_STATE_DIR')
3229
BACKEND = os.getenv('MEMCACHE_BACKEND', default='sqlite')
3330

0 commit comments

Comments
 (0)