Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!194
#410
: Remove asyncio
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#410
: Remove asyncio
410_remove_asyncio
into
dev
Overview
0
Commits
1
Pipelines
3
Changes
2
Merged
matograine
requested to merge
410_remove_asyncio
into
dev
3 years ago
Overview
0
Commits
1
Pipelines
3
Changes
2
Expand
remove asyncio statements leftovers. closes
#410 (closed)
.
Edited
3 years ago
by
Moul
0
0
Merge request reports
Compare
dev
version 1
b94262cd
3 years ago
dev (base)
and
latest version
latest version
a39f1987
1 commit,
3 years ago
version 1
b94262cd
2 commits,
3 years ago
2 files
+
0
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
silkaj/commands.py
+
0
−
1
Options
@@ -13,7 +13,6 @@
@@ -13,7 +13,6 @@
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Affero General Public License
# along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
# along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
from
asyncio
import
sleep
from
collections
import
OrderedDict
from
collections
import
OrderedDict
from
operator
import
itemgetter
from
operator
import
itemgetter
from
os
import
system
from
os
import
system
Loading