Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
l-n-s
gajim
Commits
c8b5eb94
Commit
c8b5eb94
authored
6 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused imports
parent
8f9c596a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gajim/common/modules/user_mood.py
+0
-1
0 additions, 1 deletion
gajim/common/modules/user_mood.py
gajim/common/modules/user_nickname.py
+0
-1
0 additions, 1 deletion
gajim/common/modules/user_nickname.py
gajim/common/modules/user_tune.py
+0
-1
0 additions, 1 deletion
gajim/common/modules/user_tune.py
with
0 additions
and
3 deletions
gajim/common/modules/user_mood.py
+
0
−
1
View file @
c8b5eb94
...
...
@@ -28,7 +28,6 @@ from gi.repository import GLib
from
gajim.common.const
import
PEPEventType
,
MOODS
from
gajim.common.exceptions
import
StanzaMalformed
from
gajim.common.modules.pep
import
AbstractPEPModule
,
AbstractPEPData
from
gajim.common.types
import
ConnectionT
log
=
logging
.
getLogger
(
'
gajim.c.m.user_mood
'
)
...
...
This diff is collapsed.
Click to expand it.
gajim/common/modules/user_nickname.py
+
0
−
1
View file @
c8b5eb94
...
...
@@ -27,7 +27,6 @@ from gajim.common import app
from
gajim.common.const
import
PEPEventType
from
gajim.common.exceptions
import
StanzaMalformed
from
gajim.common.modules.pep
import
AbstractPEPModule
,
AbstractPEPData
from
gajim.common.types
import
ConnectionT
log
=
logging
.
getLogger
(
'
gajim.c.m.user_nickname
'
)
...
...
This diff is collapsed.
Click to expand it.
gajim/common/modules/user_tune.py
+
0
−
1
View file @
c8b5eb94
...
...
@@ -29,7 +29,6 @@ from gajim.common.i18n import _
from
gajim.common.const
import
PEPEventType
from
gajim.common.exceptions
import
StanzaMalformed
from
gajim.common.modules.pep
import
AbstractPEPModule
,
AbstractPEPData
from
gajim.common.types
import
ConnectionT
from
gajim.common.types
import
UserTuneDataT
log
=
logging
.
getLogger
(
'
gajim.c.m.user_tune
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment