mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	Fix several new errors caught by mypy 0.501.
Clear out a bunch of easy to review errors, so we can focus on the more complicated ones.
This commit is contained in:
		@@ -41,7 +41,7 @@ class StatsDWrapper(object):
 | 
			
		||||
    # as our statsd server supports them but supporting
 | 
			
		||||
    # pystatsd is not released yet
 | 
			
		||||
    def _our_gauge(self, stat, value, rate=1, delta=False):
 | 
			
		||||
            # type: (str, float, float, bool) -> str
 | 
			
		||||
            # type: (str, float, float, bool) -> None
 | 
			
		||||
            """Set a gauge value."""
 | 
			
		||||
            from django_statsd.clients import statsd
 | 
			
		||||
            if delta:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user