[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesos-commits
Subject:    [mesos] branch master updated: fix: Add missing comma
From:       cfnatali () apache ! org
Date:       2022-02-12 20:04:02
Message-ID: 164469624222.31370.5000097684143815857 () gitbox ! apache ! org
[Download RAW message or body]

This is an automated email from the ASF dual-hosted git repository.

cfnatali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 54d357f  fix: Add missing comma
54d357f is described below

commit 54d357f4a9e3e42e00b7cc6054fb0203e4947d45
Author: Marek Å uppa <mrshu@users.noreply.github.com>
AuthorDate: Sat Jan 29 01:23:09 2022 +0100

    fix: Add missing comma
    
    * Add missing comma to `__all__`
---
 src/python/interface/src/mesos/interface/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/interface/src/mesos/interface/__init__.py \
b/src/python/interface/src/mesos/interface/__init__.py index f986185..a876b07 100644
--- a/src/python/interface/src/mesos/interface/__init__.py
+++ b/src/python/interface/src/mesos/interface/__init__.py
@@ -26,7 +26,7 @@ import sys
 
 __all__ = (
   'Executor',
-  'ExecutorDriver'
+  'ExecutorDriver',
   'Scheduler',
   'SchedulerDriver',
 )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic