Skip to content

Commit

Permalink
Remove unecessary file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiemer committed Mar 8, 2023
1 parent a654ea7 commit 7317322
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions mm_client/client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
Miris Manager client class
'''
Expand Down
2 changes: 0 additions & 2 deletions mm_client/lib/configuration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
Miris Manager client library
This module is not intended to be used directly, only the client class should be used.
Expand Down
2 changes: 0 additions & 2 deletions mm_client/lib/info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
Miris Manager client library
This module is not intended to be used directly, only the client class should be used.
Expand Down
2 changes: 0 additions & 2 deletions mm_client/lib/long_polling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
Miris Manager long polling management
This module is not intended to be used directly, only the client class should be used.
Expand Down
2 changes: 0 additions & 2 deletions mm_client/lib/signing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
Miris Manager client signing functions
This module is not intended to be used directly, only the client class should be used.
Expand Down
2 changes: 0 additions & 2 deletions mm_client/lib/ssh_tunnel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
Miris Manager SSH tunnel management
This module is not intended to be used directly, only the client class should be used.
Expand Down

0 comments on commit 7317322

Please sign in to comment.