Skip to content

Commit

Permalink
Don't overwrite types.ModuleType
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Benza committed Mar 22, 2021
1 parent 1f2fac0 commit 162fd55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions almdrlib/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
~~~~~~~~~~~~~~~~
almdrlib authentication/authorization
"""
import types
import os
import logging

import requests
Expand Down Expand Up @@ -218,7 +216,6 @@ def client(self, service_name, version=None, *args, **kwargs):

# Create Service's module
module_name = service_name.capitalize()
types.ModuleType = module_name
class_name = "Client"

#
Expand Down

0 comments on commit 162fd55

Please sign in to comment.